org.apache.tapestry.contrib.ejb
Class XRemoveException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by javax.ejb.RemoveException
              extended by org.apache.tapestry.contrib.ejb.XRemoveException
All Implemented Interfaces:
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(String message)
           
XRemoveException(String message, Throwable rootCause)
           
XRemoveException(Throwable rootCause)
           
 
Method Summary
 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(String message)

XRemoveException

public XRemoveException(String message,
                        Throwable rootCause)

XRemoveException

public XRemoveException(Throwable rootCause)
Method Detail

getRootCause

public Throwable getRootCause()


Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.