public class LogoffException extends AbstractRuntimeException
Constructor and Description |
---|
LogoffException(String message)
Constructs a
LogoffException with the specified message. |
LogoffException(String message,
Throwable cause)
Constructs a
LogoffException with the specified message and root cause. |
getMessage, getRootCause
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public LogoffException(String message)
LogoffException
with the specified message.message
- the detail message (which is saved for later retrieval by the AbstractRuntimeException.getMessage()
method).public LogoffException(String message, Throwable cause)
LogoffException
with the specified message and root cause.message
- the detail message (which is saved for later retrieval by the AbstractRuntimeException.getMessage()
method).cause
- the cause (which is saved for later retrieval by the Throwable.getCause()
method). (A null
value is permitted, and indicates that the cause is nonexistent or unknown.)Copyright (c) 2020, SAS Institute Inc., Cary, NC, USA