org.jdiameter.api
Class IllegalDiameterStateException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jdiameter.api.IllegalDiameterStateException
All Implemented Interfaces:
java.io.Serializable

public class IllegalDiameterStateException
extends java.lang.Exception

Signals that a method has been invoked at an illegal or inappropriate time.

Version:
1.5.1 Final
See Also:
Serialized Form

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

Constructor Detail

IllegalDiameterStateException

public IllegalDiameterStateException()

IllegalDiameterStateException

public IllegalDiameterStateException(java.lang.String message)

IllegalDiameterStateException

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

IllegalDiameterStateException

public IllegalDiameterStateException(java.lang.Throwable cause)


Copyright © 2010. All Rights Reserved.