Uses of Class
org.apache.shiro.ShiroException
-
Packages that use ShiroException Package Description org.apache.shiro.codec Components for encoding and decoding of data across multiple formats, especially useful in Shiro's cryptography and web functionality.org.apache.shiro.io Support for reading and writing (input/output) raw data from multiple resource locations.org.apache.shiro.util -
-
Uses of ShiroException in org.apache.shiro.codec
Subclasses of ShiroException in org.apache.shiro.codec Modifier and Type Class Description classCodecExceptionRoot exception related to issues during encoding or decoding. -
Uses of ShiroException in org.apache.shiro.io
Subclasses of ShiroException in org.apache.shiro.io Modifier and Type Class Description classSerializationExceptionRoot exception for problems either serializing or de-serializing data. -
Uses of ShiroException in org.apache.shiro.util
Subclasses of ShiroException in org.apache.shiro.util Modifier and Type Class Description classInstantiationExceptionRuntime exception thrown by the framework when unable to instantiate a Class via reflection.classUnknownClassExceptionThe Shiro framework'sRuntimeExceptionequivalent of the JDK'sClassNotFoundException, to maintain a RuntimeException paradigm.Methods in org.apache.shiro.util that throw ShiroException Modifier and Type Method Description voidInitializable. init()Initializes this object.static voidLifecycleUtils. init(Object o)static voidLifecycleUtils. init(Collection c)Callsinitfor each object in the collection.static voidLifecycleUtils. init(Initializable initializable)
-