org.acegisecurity
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. |
getAuthentication, getExtraInformation
contains, getMessage, getMostSpecificCause, getRootCause
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 causeCopyright © 2004-2014 Interface21, Inc. All Rights Reserved.