org.enhydra.servlet.connectionMethods.EnhydraDirector
Class EnhydraDirectorException

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

public class EnhydraDirectorException
extends java.io.IOException

Exception to signal that an EnhydraDirector connection has encountered an error.

See Also:
Serialized Form

Constructor Summary
EnhydraDirectorException()
          Create a new exception object with no message text.
EnhydraDirectorException(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

EnhydraDirectorException

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


EnhydraDirectorException

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

Parameters:
msg - The message text.