public abstract class SpringSecurityException
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 |
|---|
SpringSecurityException(java.lang.String msg)
Constructs an
SpringSecurityException with the specified
message and no root cause. |
SpringSecurityException(java.lang.String msg,
java.lang.Throwable t)
Constructs an
SpringSecurityException with the specified
message and root cause. |
contains, getMessage, getMostSpecificCause, getRootCausepublic SpringSecurityException(java.lang.String msg,
java.lang.Throwable t)
SpringSecurityException with the specified
message and root cause.msg - the detail messaget - the root causepublic SpringSecurityException(java.lang.String msg)
SpringSecurityException with the specified
message and no root cause.msg - the detail message