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 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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
UnavailableSecurityManagerException
public UnavailableSecurityManagerException(String message)
UnavailableSecurityManagerException
public UnavailableSecurityManagerException(String message,
Throwable cause)
Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.