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 ShiroException
Exception thrown for errors related to Environment
instances or configuration.
- Since:
- 1.2
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
EnvironmentException
public EnvironmentException(String message)
EnvironmentException
public EnvironmentException(String message,
Throwable cause)
Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.