public class XRemoveException extends javax.ejb.RemoveException
RemoveException
that includes a root cause.Constructor and Description |
---|
XRemoveException(java.lang.String message) |
XRemoveException(java.lang.String message,
java.lang.Throwable rootCause) |
XRemoveException(java.lang.Throwable rootCause) |
Modifier and Type | Method and Description |
---|---|
java.lang.Throwable |
getRootCause() |
public XRemoveException(java.lang.String message)
public XRemoveException(java.lang.String message, java.lang.Throwable rootCause)
public XRemoveException(java.lang.Throwable rootCause)
public java.lang.Throwable getRootCause()