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 cause)
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 cause)
AuthenticationCredentialsNotFoundException
with the
specified message and root cause.msg
- the detail messagecause
- root cause