public class AuthenticationServiceException extends AuthenticationException
This might be thrown if a backend authentication repository is unavailable, for example.
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. |
clearExtraInformation, getAuthentication, getExtraInformation, setAuthentication
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public AuthenticationServiceException(String msg)
AuthenticationServiceException
with the
specified message.msg
- the detail message