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