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

    • AcegiSecurityException

      protected AcegiSecurityException(String msg)
      Deprecated.
    • AcegiSecurityException

      protected AcegiSecurityException(String msg, Throwable cause)
      Deprecated.
  • Method Details