com.caucho.transaction
Class SystemExceptionWrapper
java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.transaction.SystemException
com.caucho.transaction.SystemExceptionWrapper
- All Implemented Interfaces:
- java.io.Serializable
public class SystemExceptionWrapper
- extends SystemException
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, 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 |
SystemExceptionWrapper
public SystemExceptionWrapper(java.lang.String message)
SystemExceptionWrapper
public SystemExceptionWrapper(java.lang.String message,
java.lang.Throwable e)
SystemExceptionWrapper
public SystemExceptionWrapper(java.lang.Throwable e)
create
public static SystemExceptionWrapper create(java.lang.Throwable e)
getCause
public java.lang.Throwable getCause()
- Overrides:
getCause
in class java.lang.Throwable