public class AuthenticationServiceException extends AuthenticationException
This might be thrown if a backend authentication repository is unavailable.
| Constructor and Description |
|---|
AuthenticationServiceException(java.lang.String msg)
Constructs an
AuthenticationServiceException with the
specified message. |
AuthenticationServiceException(java.lang.String msg,
java.lang.Throwable t)
Constructs an
AuthenticationServiceException with the
specified message and root cause. |
getAuthentication, getExtraInformationcontains, getMessage, getMostSpecificCause, getRootCausepublic AuthenticationServiceException(java.lang.String msg)
AuthenticationServiceException with the
specified message.msg - the detail messagepublic AuthenticationServiceException(java.lang.String msg,
java.lang.Throwable t)
AuthenticationServiceException with the
specified message and root cause.msg - the detail messaget - root cause