dk.i1.diameter.session
Class InvalidStateException

Object
  extended by Throwable
      extended by Exception
          extended by dk.i1.diameter.session.InvalidStateException
All Implemented Interfaces:
java.io.Serializable

public class InvalidStateException
extends Exception

See Also:
Serialized Form

Constructor Summary
InvalidStateException()
           
InvalidStateException(String message)
           
InvalidStateException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidStateException

public InvalidStateException()

InvalidStateException

public InvalidStateException(String message)

InvalidStateException

public InvalidStateException(Throwable cause)