public class AuthenticationCredentialsNotFoundException extends AuthenticationException
Authentication object in the
 SecurityContext.| Constructor and Description | 
|---|
AuthenticationCredentialsNotFoundException(java.lang.String msg)
Constructs an  
AuthenticationCredentialsNotFoundException with the
 specified message. | 
AuthenticationCredentialsNotFoundException(java.lang.String msg,
                                          java.lang.Throwable t)
Constructs an  
AuthenticationCredentialsNotFoundException with the
 specified message and root cause. | 
public AuthenticationCredentialsNotFoundException(java.lang.String msg)
AuthenticationCredentialsNotFoundException with the
 specified message.msg - the detail messagepublic AuthenticationCredentialsNotFoundException(java.lang.String msg,
                                                  java.lang.Throwable t)
AuthenticationCredentialsNotFoundException with the
 specified message and root cause.msg - the detail messaget - root cause