|
JAIN TCAP API v1.1 - 5th Sept 2001 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--jain.JainException | +--jain.protocol.ss7.SS7Exception | +--jain.protocol.ss7.SS7PeerUnavailableException
PeerUnavailableException
class.
The SS7 Peer Unavailable Exception indicates that the JAIN SS7 Peer (a particular implementation of JAIN SS7) 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:
Constructor Summary | |
SS7PeerUnavailableException()
Deprecated. Constructs a new SS7 Peer Unavailable Exception. |
|
SS7PeerUnavailableException(java.lang.String msg)
Deprecated. Constructs a new SS7 Peer Unavailable Exception with the specified message detail. |
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 |
Constructor Detail |
public SS7PeerUnavailableException(java.lang.String msg)
msg
- the message detail of this Exception.public SS7PeerUnavailableException()
|
JAIN TCAP API v1.1 - 5th Sept 2001 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |