org.idoox.wasp.server
Class InvalidStateTransitionException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.idoox.wasp.server.InvalidStateTransitionException
All Implemented Interfaces:
java.io.Serializable

public class InvalidStateTransitionException
extends java.lang.Exception

Exception thrown from the ServiceStateManager interface when an illegal method is called.

Since:
4.0
See Also:
Serialized Form
Component:
Core

Constructor Summary
InvalidStateTransitionException()
          Creates a new exception.
InvalidStateTransitionException(java.lang.String reason)
          Creates a new exception.
 
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

InvalidStateTransitionException

public InvalidStateTransitionException()
Creates a new exception.


InvalidStateTransitionException

public InvalidStateTransitionException(java.lang.String reason)
Creates a new exception.

Parameters:
reason - the reason