Package org.acegisecurity
Class AcegiSecurityException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.springframework.core.NestedRuntimeException
-
- org.acegisecurity.AcegiSecurityException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AccessDeniedException
,AuthenticationException
@Deprecated public abstract class AcegiSecurityException extends org.springframework.core.NestedRuntimeException
Deprecated.useRuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
AcegiSecurityException(String msg)
Deprecated.protected
AcegiSecurityException(String msg, Throwable cause)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description RuntimeException
toSpring()
Deprecated.-
Methods inherited from class org.springframework.core.NestedRuntimeException
contains, getMessage, getMostSpecificCause, getRootCause
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Method Detail
-
toSpring
public RuntimeException toSpring()
Deprecated.
-
-