Enhydra 5.1 API

org.webdocwf.util.genericstore
Class StateTransitionException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.webdocwf.util.genericstore.StateTransitionException
All Implemented Interfaces:
java.io.Serializable

public class StateTransitionException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
StateTransitionException(java.lang.String msg)
          Construct an exception with a specified message.
 
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

StateTransitionException

public StateTransitionException(java.lang.String msg)
Construct an exception with a specified message.

Parameters:
msg - The message associated with the exception.

Enhydra 5.1 API