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, getExtraInformation
contains, getMessage, getMostSpecificCause, getRootCause
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public 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 © 2018. All rights reserved.