org.csapi.jr.se
Class InvalidNetworkStateException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.csapi.jr.se.CommonException
                    |
                    +--org.csapi.jr.se.InvalidStateException
                          |
                          +--org.csapi.jr.se.InvalidNetworkStateException
All Implemented Interfaces:
java.io.Serializable

public class InvalidNetworkStateException
extends InvalidStateException

Although the sequence of method calls is allowed by the gateway, the underlying protocol cannot support it. For example, in some protocols some methods are only allowed by the protocol, when the call processing is suspended, for example, after reporting an event that was monitored in interrupt mode.

See Also:
Serialized Form

Constructor Summary
InvalidNetworkStateException()
           
InvalidNetworkStateException(java.lang.String message)
           
InvalidNetworkStateException(java.lang.String message, java.lang.Throwable cause)
           
InvalidNetworkStateException(java.lang.Throwable cause)
           
 
Method Summary
 java.lang.Throwable getCause()
           
 
Methods inherited from class org.csapi.jr.se.CommonException
getExceptionType, getExtraInformation, setExceptionType, setExtraInformation
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidNetworkStateException

public InvalidNetworkStateException()

InvalidNetworkStateException

public InvalidNetworkStateException(java.lang.String message)

InvalidNetworkStateException

public InvalidNetworkStateException(java.lang.String message,
                                    java.lang.Throwable cause)

InvalidNetworkStateException

public InvalidNetworkStateException(java.lang.Throwable cause)
Method Detail

getCause

public java.lang.Throwable getCause()
Overrides:
getCause in class CommonException