Package org.apache.shiro.env
Class EnvironmentException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.shiro.ShiroException
-
- org.apache.shiro.env.EnvironmentException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
RequiredTypeException
public class EnvironmentException extends org.apache.shiro.ShiroException
Exception thrown for errors related toEnvironment
instances or configuration.- Since:
- 1.2
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EnvironmentException(String message)
EnvironmentException(String message, Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-