public class ShiroException extends RuntimeException
SecurityException to remove the potential for conflicts; many other frameworks and products (such as J2EE containers) perform special operations when encountering
SecurityException.
| Constructor and Description |
|---|
ShiroException()
Creates a new ShiroException.
|
ShiroException(String
Constructs a new ShiroException.
|
ShiroException(String
Constructs a new ShiroException.
|
ShiroException(Throwable
Constructs a new ShiroException.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ShiroException()
public ShiroException(Stringmessage)
message - the reason for the exception
public ShiroException(Throwablecause)
cause - the underlying Throwable that caused this exception to be thrown.