Class UnavailableSecurityManagerException

  • All Implemented Interfaces:
    Serializable


    public class UnavailableSecurityManagerException
    extends ShiroException
    Exception thrown when attempting to acquire the application's SecurityManager instance, but Shiro's lookup heuristics cannot find one. This typically indicates an invalid application configuration.
    Since:
    1.0
    See Also:
    Serialized Form
    • Constructor Detail

      • UnavailableSecurityManagerException

        public UnavailableSecurityManagerException(String message)
      • UnavailableSecurityManagerException

        public UnavailableSecurityManagerException(String message,
                                                   Throwable cause)