Class SecurityProviderException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.craftercms.security.exception.SecurityProviderException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AccessDeniedException, AuthenticationException

public class SecurityProviderException extends RuntimeException
Root class of security provider related exceptions
Author:
Alfonso Vásquez
See Also:
  • Constructor Details

    • SecurityProviderException

      public SecurityProviderException()
    • SecurityProviderException

      public SecurityProviderException(String s)
    • SecurityProviderException

      public SecurityProviderException(String s, Throwable throwable)
    • SecurityProviderException

      public SecurityProviderException(Throwable throwable)