nextapp.echoservlet.exception
Class ManagedRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
nextapp.echoservlet.exception.ManagedRuntimeException
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- InternalServerException
public class ManagedRuntimeException
- extends java.lang.RuntimeException
Base class for all runtime 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 |
ManagedRuntimeException
public ManagedRuntimeException()
ManagedRuntimeException
public ManagedRuntimeException(java.lang.String message)
ManagedRuntimeException
public ManagedRuntimeException(java.lang.Throwable cause)
ManagedRuntimeException
public ManagedRuntimeException(java.lang.String message,
java.lang.Throwable cause)