Enhydra 5.1 API

com.lutris.appserver.server.httpPresentation
Class DirectoryException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.lutris.util.ChainedException
                    |
                    +--com.lutris.appserver.server.httpPresentation.HttpPresentationException
                          |
                          +--com.lutris.appserver.server.httpPresentation.DirectoryException
All Implemented Interfaces:
ChainedThrowable, java.io.Serializable

public class DirectoryException
extends HttpPresentationException

See Also:
Serialized Form

Constructor Summary
DirectoryException(java.lang.String msg)
          Constructor.
 
Methods inherited from class com.lutris.util.ChainedException
getCause, getMessage, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DirectoryException

public DirectoryException(java.lang.String msg)
Constructor.


Enhydra 5.1 API