public class AuthenticationServiceException extends AuthenticationException
This might be thrown if a backend authentication repository is unavailable.
Constructor and Description |
---|
AuthenticationServiceException(String msg)
Constructs an
AuthenticationServiceException with the
specified message. |
AuthenticationServiceException(String msg,
Throwable t)
Constructs an
AuthenticationServiceException 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 AuthenticationServiceException(String msg)
AuthenticationServiceException
with the
specified message.msg
- the detail messageCopyright © 2019. All rights reserved.