org.apache.shiro
Class UnavailableSecurityManagerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.shiro.ShiroException
                  extended by 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

Constructor Summary
UnavailableSecurityManagerException(String message)
           
UnavailableSecurityManagerException(String message, Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnavailableSecurityManagerException

public UnavailableSecurityManagerException(String message)

UnavailableSecurityManagerException

public UnavailableSecurityManagerException(String message,
                                           Throwable cause)


Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.