|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SS7Exception | |
jain.protocol.ss7 | This package contains the JAIN SS7 Factory, which is the central creation point for all high level proprietary JAIN SS7 objects, for example JainTcapStack Objects. |
jain.protocol.ss7.tcap | This package contains the main interfaces required to represent JAIN TCAP protocol stacks, JAIN TCAP applications, as well as the classes and exceptions needed to send and receive JAIN TCAP messages. |
Uses of SS7Exception in jain.protocol.ss7 |
Subclasses of SS7Exception in jain.protocol.ss7 | |
interface |
SS7ListenerAlreadyRegisteredException
This exception is thrown if the add Jain Listener method of a Jain Provider is invoked to add a Jain Listener to the list of registered Event Listeners, and the Jain Listener to be added is already a current registered Event Listener. |
interface |
SS7ListenerNotRegisteredException
This exception is thrown if the remove Jain Listener method of a Jain Provider is invoked to remove a Jain Listener from he list of registered Event Listeners, and the Jain Listener to be removed is not currently a registered Event Listener. |
interface |
SS7PeerUnavailableException
The SS7 Peer Unavailable Exception indicates that the JAIN SS7 Peer (a particular implementation of JAIN SS7) is unavailable on the current system. |
Uses of SS7Exception in jain.protocol.ss7.tcap |
Subclasses of SS7Exception in jain.protocol.ss7.tcap | |
interface |
IdNotAvailableException
This Exception is thrown to indicate that there are no more free Dialogue Ids or InvokeId |
interface |
MandatoryParameterNotSetException
This Exception is thrown as a result of the following two situations: if all of the mandatory parameters required by an implementation of a JainTcapProvider to send either a ComponentReqEvent or a DialogueReqEvent have not been set or if an attempt is made to access a JAIN TCAP Mandatory parameter that has not been set within either a ComponentReqEvent or a DialogueReqEvent. |
interface |
ParameterNotSetException
This Exception is thrown when an attempt is made to access a parameter of a JAIN TCAP primitive when the value of the primitive has not yet been set. |
interface |
ProviderNotAttachedException
This Exception is thrown when an attempt is made to detach a Provider Peer from the underlying stack, or retrieve a Stack attached to a Provider Peer when the Provider Peer is not already attached to a Stack. |
interface |
TcapException
This Exception is thrown when a general TCAP error is encountered. |
interface |
UnableToDeleteProviderException
This exception is thrown if the deleteProvider() method of a JainTcapStack is invoked to delete a JainTcapProvider but the deletion is not allowed. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |