org.apache.tapestry.contrib.ejb
Class XRemoveException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjavax.ejb.RemoveException
              extended byorg.apache.tapestry.contrib.ejb.XRemoveException
All Implemented Interfaces:
java.io.Serializable

public class XRemoveException
extends javax.ejb.RemoveException

Extended version of RemoveException that includes a root cause.

Author:
Howard Lewis Ship
See Also:
Serialized Form

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

XRemoveException

public XRemoveException(java.lang.String message)

XRemoveException

public XRemoveException(java.lang.String message,
                        java.lang.Throwable rootCause)

XRemoveException

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

getRootCause

public java.lang.Throwable getRootCause()