|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TcapException | |
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 TcapException in jain.protocol.ss7.tcap |
Subclasses of TcapException 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 |
UnableToDeleteProviderException
This exception is thrown if the deleteProvider() method of a JainTcapStack is invoked to delete a JainTcapProvider but the deletion is not allowed. |
Methods in jain.protocol.ss7.tcap that throw TcapException | |
void |
JainTcapStack.setProtocolVersion(int protocolVersion)
Sets the Protocol Version that this Stack is to support. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |