Package org.jboss.security.util.state
Class IllegalTransitionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.jboss.security.util.state.IllegalTransitionException
-
- All Implemented Interfaces:
Serializable
public class IllegalTransitionException extends Exception
An exception thrown when an invalid transition is attempted from a state.- Version:
- $Revision$
- Author:
- Scott.Stark@jboss.org
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IllegalTransitionException(String msg)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
IllegalTransitionException
public IllegalTransitionException(String msg)
-
-