jasi.sim.user.util
Class StateException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by jasi.sim.user.util.StateException
All Implemented Interfaces:
java.io.Serializable

public class StateException
extends java.lang.Exception

An exception during state handling.

See Also:
Serialized Form

Constructor Summary
StateException(java.lang.String message)
          Constructor for an exception during state handling.
StateException(java.lang.String message, java.lang.Throwable cause)
          Constructor for an exception during state handling.
StateException(java.lang.Throwable cause)
          Constructor for an exception during state handling.
 
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

StateException

public StateException(java.lang.String message)
Constructor for an exception during state handling.

Parameters:
message - The exception's message.

StateException

public StateException(java.lang.Throwable cause)
Constructor for an exception during state handling.

Parameters:
cause - The exception's cause.

StateException

public StateException(java.lang.String message,
                      java.lang.Throwable cause)
Constructor for an exception during state handling.

Parameters:
message - The exception's message.
cause - The exception's cause.