public class SystemException extends AbstractRuntimeException
Constructor and Description |
---|
SystemException(String message)
Constructs a
SystemException with the specified message. |
SystemException(String message,
Throwable cause)
Constructs a
SystemException with the specified message and root cause. |
getLocalizedMessage, getMessage, getRootCause, setLocalizedMessage
addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public SystemException(String message)
SystemException
with the specified message.message
- The detailed message.Copyright (c) 2017, SAS Institute Inc., Cary, NC, USA