public class SLEEException extends RuntimeException
Constructor and Description |
---|
SLEEException(String message)
Create a
SLEEException with a detail message. |
SLEEException(String message,
Throwable cause)
Create a
SLEEException with a detail message and cause. |
Modifier and Type | Method and Description |
---|---|
Throwable |
getCause()
Get the cause (if any) for this exception.
|
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public SLEEException(String message)
SLEEException
with a detail message.message
- the detail message.