EAF 7.0 API

com.lutris.appserver.server.httpPresentation
Class DirectoryException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.lutris.util.ChainedException
              extended bycom.lutris.appserver.server.httpPresentation.HttpPresentationException
                  extended bycom.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.


EAF 7.0 API