public class SystemExceptionWrapper extends SystemException
errorCode| Constructor and Description |
|---|
SystemExceptionWrapper(java.lang.String message) |
SystemExceptionWrapper(java.lang.String message,
java.lang.Throwable e) |
SystemExceptionWrapper(java.lang.Throwable e) |
| Modifier and Type | Method and Description |
|---|---|
static SystemExceptionWrapper |
create(java.lang.Throwable e) |
java.lang.Throwable |
getCause() |
public SystemExceptionWrapper(java.lang.String message)
public SystemExceptionWrapper(java.lang.String message,
java.lang.Throwable e)
public SystemExceptionWrapper(java.lang.Throwable e)
public static SystemExceptionWrapper create(java.lang.Throwable e)
public java.lang.Throwable getCause()
getCause in class java.lang.Throwable