org.enhydra.servlet.connectionMethods.EnhydraDirector
Class EnhydraDirectorBadStateException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.io.IOException
              extended byorg.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorBadStateException
All Implemented Interfaces:
java.io.Serializable

public class EnhydraDirectorBadStateException
extends java.io.IOException

Exception to signal that an EnhydraDirector connection has gotten into an unexpeceted state, or that one of its public methods has been called while the connection is in an incorrect state.

See Also:
Serialized Form

Constructor Summary
EnhydraDirectorBadStateException()
          Create a new exception object with no message text.
EnhydraDirectorBadStateException(java.lang.String msg)
          Create a new exception object with message text.
 
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

EnhydraDirectorBadStateException

public EnhydraDirectorBadStateException()
Create a new exception object with no message text.


EnhydraDirectorBadStateException

public EnhydraDirectorBadStateException(java.lang.String msg)
Create a new exception object with message text.

Parameters:
msg - The message text.