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