public class DisabledException extends AuthenticationException
| Constructor and Description |
|---|
DisabledException(String msg)
Constructs a
DisabledException with the specified message. |
DisabledException(String msg,
Object extraInformation) |
DisabledException(String msg,
Throwable t)
Constructs a
DisabledException with the specified message
and root cause. |
getAuthentication, getExtraInformationcontains, getMessage, getMostSpecificCause, getRootCauseaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic DisabledException(String msg)
DisabledException with the specified message.msg - the detail messagepublic DisabledException(String msg, Throwable t)
DisabledException with the specified message
and root cause.msg - the detail messaget - root causeCopyright © 2021. All rights reserved.