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.
use AccessDeniedException
See Also:
  • Constructor Details

    • AccessDeniedException

      public AccessDeniedException(String msg)
      Deprecated.
    • AccessDeniedException

      public AccessDeniedException(String msg, Throwable t)
      Deprecated.
  • Method Details

    • toSpring

      public org.springframework.security.access.AccessDeniedException toSpring()
      Deprecated.
      Overrides:
      toSpring in class AcegiSecurityException