org.apache.shiro.env
Class EnvironmentException

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.env.EnvironmentException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
RequiredTypeException

public class EnvironmentException
extends ShiroException

Exception thrown for errors related to Environment instances or configuration.

Since:
1.2
See Also:
Serialized Form

Constructor Summary
EnvironmentException(String message)
           
EnvironmentException(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

EnvironmentException

public EnvironmentException(String message)

EnvironmentException

public EnvironmentException(String message,
                            Throwable cause)


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