nextapp.echoservlet
Class InvalidClientStateException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by nextapp.echoservlet.InvalidClientStateException
All Implemented Interfaces:
java.io.Serializable

public class InvalidClientStateException
extends java.lang.Exception

An exception used in processing a request from the client indicating that the client is in an invalid state.

See Also:
Serialized Form

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

InvalidClientStateException

public InvalidClientStateException(java.lang.String reason)
Creates a new invalid client state exception.

Parameters:
reason - The reason the exception occurred.