Package org.acegisecurity
Class AccessDeniedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.springframework.core.NestedRuntimeException
-
- org.acegisecurity.AcegiSecurityException
-
- org.acegisecurity.AccessDeniedException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AccessDeniedException2
@Deprecated public class AccessDeniedException extends AcegiSecurityException
Deprecated.useAccessDeniedException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AccessDeniedException(String msg)
Deprecated.AccessDeniedException(String msg, Throwable t)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description org.springframework.security.access.AccessDeniedException
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 org.springframework.security.access.AccessDeniedException toSpring()
Deprecated.- Overrides:
toSpring
in classAcegiSecurityException
-
-