nextapp.echoservlet.exception
Class ManagedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Constructor Summary
ManagedException()
           
ManagedException(java.lang.String message)
           
ManagedException(java.lang.String message, java.lang.Throwable cause)
           
ManagedException(java.lang.Throwable cause)
           
 
Method Summary
 
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

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)