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

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

Constructor Detail

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)
Method Detail

getRootCause

public java.lang.Throwable getRootCause()