Class ShiroException

java.lang.Object
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CodecException, InstantiationException, SerializationException, UnknownClassException

public class ShiroException extends RuntimeException
Root exception for all Shiro runtime exceptions. This class is used as the root instead of SecurityException to remove the potential for conflicts; many other frameworks and products (such as J2EE containers) perform special operations when encountering SecurityException.
Since:
0.1
See Also: