com.primix.tapestry
Class ApplicationRuntimeException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.lang.RuntimeException
|
+--com.primix.tapestry.ApplicationRuntimeException
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- RenderOnlyPropertyException, RollbackException
- public class ApplicationRuntimeException
- extends java.lang.RuntimeException
General wrapper for any exception (normal or runtime) that may occur during
a request cycle.
- Version:
- $Id: ApplicationRuntimeException.java,v 1.5 2001/05/02 14:15:15 hship Exp $
- Author:
- Howard Ship
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ApplicationRuntimeException
public ApplicationRuntimeException(java.lang.Throwable rootCause)
ApplicationRuntimeException
public ApplicationRuntimeException(java.lang.String message)
ApplicationRuntimeException
public ApplicationRuntimeException(java.lang.String message,
java.lang.Throwable rootCause)
getRootCause
public java.lang.Throwable getRootCause()