public class LogonException extends AbstractRuntimeException
Constructor and Description |
---|
LogonException(String message)
Constructs a
LogonException with the specified message. |
LogonException(String message,
Throwable cause)
Constructs a
LogonException with the specified message and root cause. |
getMessage, getRootCause
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public LogonException(String message)
LogonException
with the specified message.message
- the detail message (which is saved for later retrieval by the AbstractRuntimeException.getMessage()
method).public LogonException(String message, Throwable cause)
LogonException
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.)<i>Copyright (c) 2022, SAS Institute Inc., Cary, NC, USA</i>