|
||||||||||
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.oam | This package contains the main interfaces and classes of the JAIN Operations, Administration and Maintenance API. |
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.oam |
Subclasses of SS7Exception in jain.protocol.ss7.oam | |
interface |
CommitException
This Exception is thrown by a JAIN OAM Managed MBean if the commit() command has been invoked and not all of the operations were successfully comitted. |
interface |
IllegalOperationException
This Exception is thrown if a method has been invoked that is supported by the implementation, but cannot be performed given the current state of the system. |
interface |
ReadConfigurationException
This Exception is thrown by a JAIN OAM Layer object if the readCurrentConfiguration() method has been invoked and an error is encountered while attempting to establish the current system configuration or while creating the Managed MBeans that represent the current system configuration. |
interface |
StatisticNotSupportedException
This Exception is thrown if the collection of a statistic that is not supported by the underlying Stack management system has been requested. |
interface |
TooManyInstancesException
This Exception is thrown whenever an attempt is made to set or create more elements than a particular implementation permits. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |