org.acegisecurity
public class BadCredentialsException extends AuthenticationException
Constructor and Description |
---|
BadCredentialsException(java.lang.String msg)
Constructs a
BadCredentialsException with the specified
message. |
BadCredentialsException(java.lang.String msg,
java.lang.Object extraInformation) |
BadCredentialsException(java.lang.String msg,
java.lang.Throwable t)
Constructs a
BadCredentialsException with the specified
message and root cause. |
getAuthentication, getExtraInformation
contains, getMessage, getMostSpecificCause, getRootCause
public BadCredentialsException(java.lang.String msg)
BadCredentialsException
with the specified
message.msg
- the detail messagepublic BadCredentialsException(java.lang.String msg, java.lang.Object extraInformation)
public BadCredentialsException(java.lang.String msg, java.lang.Throwable t)
BadCredentialsException
with the specified
message and root cause.msg
- the detail messaget
- root causeCopyright © 2004-2014 Interface21, Inc. All Rights Reserved.