Enhydra 5.1 API

org.enhydra.servlet.connectionMethods.EnhydraDirector
Class EnhydraDirectorException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.io.IOException
                    |
                    +--org.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.

Enhydra 5.1 API