public class SdlException extends Exception
| Constructor and Description |
|---|
SdlException(String msg,
SdlExceptionCause exceptionCause) |
SdlException(String msg,
Throwable ex,
SdlExceptionCause exceptionCause) |
SdlException(Throwable ex) |
| Modifier and Type | Method and Description |
|---|---|
Throwable |
getInnerException() |
SdlExceptionCause |
getSdlExceptionCause() |
String |
toString() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTraceprotected Throwable detail
public SdlException(String msg, SdlExceptionCause exceptionCause)
public SdlException(String msg, Throwable ex, SdlExceptionCause exceptionCause)
public SdlException(Throwable ex)
public SdlExceptionCause getSdlExceptionCause()
public Throwable getInnerException()