jain
Class PeerUnavailableException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--jain.JainException
|
+--jain.PeerUnavailableException
- All Implemented Interfaces:
- java.io.Serializable
- public class PeerUnavailableException
- extends JainException
The Peer Unavailable Exception indicates that the JAIN Peer (a particular implementation
of JAIN) is unavailable on the current system.
This Exception is thrown when the method in the class specified is invoked and the class
specified by className in not available.
This Exception may be thrown for any one of the following reasons:
- The supplied className refers to a class that is not located within class
searchpath.
- The peer JAIN class is located within the
pathName but the
supplied classname is incorrect. Note that a fully qualified classname
must be supplied. ie. - "jain.protocol.ss7.tcap.JainTcapStackImpl"
- Version:
- 1.1
- Author:
- Sun Microsystems Inc.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
PeerUnavailableException
public PeerUnavailableException(java.lang.String msg)
- Constructs a new Peer Unavailable Exception with
the specified message detail.
- Parameters:
msg
- the message detail of this Exception.
PeerUnavailableException
public PeerUnavailableException()
- Constructs a new Peer Unavailable Exception.
Email comments to [email protected]