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(String msg)
Constructs an
AcegiSecurityException with the specified
message and no root cause. |
AcegiSecurityException(String msg,
Throwable t)
Constructs an
AcegiSecurityException with the specified
message and root cause. |
contains, getMessage, getMostSpecificCause, getRootCauseaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic AcegiSecurityException(String msg, Throwable t)
AcegiSecurityException with the specified
message and root cause.msg - the detail messaget - the root causepublic AcegiSecurityException(String msg)
AcegiSecurityException with the specified
message and no root cause.msg - the detail messageCopyright © 2021. All rights reserved.