net.sf.wallace
Class InvalidStateException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Constructor Summary
InvalidStateException(WallaceSession session, WallaceSessionState[] acceptableStates)
           
 
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

InvalidStateException

public InvalidStateException(WallaceSession session,
                             WallaceSessionState[] acceptableStates)


Copyright © 2004-2005 Robert Newson. All Rights Reserved.