EAF 7.4 API

com.lutris.appserver.server.httpPresentation
Class DirectoryException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.lutris.util.ChainedException
              extended by com.lutris.appserver.server.httpPresentation.HttpPresentationException
                  extended by 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.
 
Method Summary
 
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.4 API