nextapp.echoservlet.exception
Class ManagedException
java.lang.Object
  
java.lang.Throwable
      
java.lang.Exception
          
nextapp.echoservlet.exception.ManagedException
- All Implemented Interfaces: 
 - java.io.Serializable
 
public class ManagedException
- extends java.lang.Exception
 
Base class for all checked exceptions in jzeno. Implements automatic logging
 of the exception.
- See Also:
 - Serialized Form
 
 
 
| 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 | 
 
ManagedException
public ManagedException()
ManagedException
public ManagedException(java.lang.String message)
ManagedException
public ManagedException(java.lang.Throwable cause)
ManagedException
public ManagedException(java.lang.String message,
                        java.lang.Throwable cause)