org.acegisecurity
public abstract class AcegiSecurityException extends org.springframework.core.NestedRuntimeException
Note that this is a runtime (unchecked) exception. Security exceptions are usually fatal; there is no reason for them to be checked.
Constructor and Description |
---|
AcegiSecurityException(java.lang.String msg)
Constructs an
AcegiSecurityException with the specified
message and no root cause. |
AcegiSecurityException(java.lang.String msg,
java.lang.Throwable t)
Constructs an
AcegiSecurityException with the specified
message and root cause. |
contains, getMessage, getMostSpecificCause, getRootCause
public AcegiSecurityException(java.lang.String msg, java.lang.Throwable t)
AcegiSecurityException
with the specified
message and root cause.msg
- the detail messaget
- the root causepublic AcegiSecurityException(java.lang.String msg)
AcegiSecurityException
with the specified
message and no root cause.msg
- the detail messageCopyright © 2004-2014 Interface21, Inc. All Rights Reserved.