public class SessionException extends ShiroException
| Constructor and Description |
|---|
SessionException()
Creates a new SessionException.
|
SessionException(String
Constructs a new SessionException.
|
SessionException(String
Constructs a new SessionException.
|
SessionException(Throwable
Constructs a new SessionException.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic SessionException()
public SessionException(Stringmessage)
message - the reason for the exception
public SessionException(Throwablecause)
cause - the underlying Throwable that caused this exception to be thrown.