Uses of Class
org.apache.shiro.env.EnvironmentException
-
Packages that use EnvironmentException Package Description org.apache.shiro.env Concepts used to represent Shiro's aggregate state in an application. -
-
Uses of EnvironmentException in org.apache.shiro.env
Subclasses of EnvironmentException in org.apache.shiro.env Modifier and Type Class Description class
RequiredTypeException
Exception thrown when attempting to acquire an object of a required type and that object does not equal, extend, or implement a specifiedClass
.
-