jrun.ejb
Class ApplicationExceptionWrapper

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--jrun.ejb.ApplicationExceptionWrapper
All Implemented Interfaces:
ExceptionWrapper, java.io.Serializable

public class ApplicationExceptionWrapper
extends java.lang.Exception
implements ExceptionWrapper

Used to wrap an application exception. See EJB 2.0 Spec 18.1.1.

Author:
Paul Reilly
See Also:
Serialized Form

Constructor Summary
ApplicationExceptionWrapper(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

ApplicationExceptionWrapper

public ApplicationExceptionWrapper(java.lang.Throwable rootCause)
Method Detail

getRootCause

public java.lang.Throwable getRootCause()
Specified by:
getRootCause in interface ExceptionWrapper


Copyright � 2002 Macromedia Corporation. All Rights Reserved.