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