Package org.apache.shiro
Class UnavailableSecurityManagerException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.shiro.ShiroException
-
- org.apache.shiro.UnavailableSecurityManagerException
-
- All Implemented Interfaces:
Serializable
public class UnavailableSecurityManagerException extends org.apache.shiro.ShiroException
Exception thrown when attempting to acquire the application'sSecurityManager
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 UnavailableSecurityManagerException(String message)
UnavailableSecurityManagerException(String message, Throwable 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.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
UnavailableSecurityManagerException
public UnavailableSecurityManagerException(String message)
-
UnavailableSecurityManagerException
@Deprecated public UnavailableSecurityManagerException(String message, Throwable cause)
Deprecated.This constructor is NOT used by Shiro directly, and will be removed in the future.
-
-