NextApp Echo
App Container 1.0.5

nextapp.echoservlet
Class InvalidClientStateException

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

Field Summary
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
InvalidClientStateException(java.lang.String reason)
          Creates a new invalid client state exception.
 
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.

NextApp Echo
App Container 1.0.5