Class UnavailableSecurityManagerException

  • All Implemented Interfaces:

    public class UnavailableSecurityManagerException
    extends org.apache.shiro.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 Summary

      Constructors 
      Constructor Description
       message)  
       message,  cause)
      Deprecated.
      This constructor is NOT used by Shiro directly, and will be removed in the future.
    • Method Summary

      • Methods inherited from class java.lang.

        , , , , , , , , , , , ,
      • Methods inherited from class java.lang.

        , , , , , , , , ,
    • Constructor Detail

      • UnavailableSecurityManagerException

        public UnavailableSecurityManagerException​( message)
      • UnavailableSecurityManagerException

        public UnavailableSecurityManagerException​( message,
                                                    cause)
        Deprecated.
        This constructor is NOT used by Shiro directly, and will be removed in the future.