Class RequiredTypeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.shiro.lang.ShiroException
org.apache.shiro.env.EnvironmentException
org.apache.shiro.env.RequiredTypeException
All Implemented Interfaces:
Serializable

Exception thrown when attempting to acquire an object of a required type and that object does not equal, extend, or implement a specified Class.
Since:
1.2
See Also: