net.sf.wallace
Class InvalidStateException
java.lang.Object
java.lang.Throwable
java.lang.Exception
net.sf.wallace.InvalidStateException
- All Implemented Interfaces:
- Serializable
public final class InvalidStateException
- extends Exception
A command was attempted while the client was in an invalid state ( e.g,
calling SELECT before authentication).
- Author:
- rnewson
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
InvalidStateException
public InvalidStateException(WallaceSession session,
WallaceSessionState[] acceptableStates)
Copyright © 2004-2005 Robert Newson. All Rights Reserved.