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:
-
Constructor Summary
ConstructorsConstructorDescriptionRequiredTypeException(String message) RequiredTypeException(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
-
Constructor Details
-
RequiredTypeException
-
RequiredTypeException
-