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