Package sonia.scm.security
Class TokenExpiredException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.shiro.ShiroException
org.apache.shiro.authc.AuthenticationException
sonia.scm.security.TokenExpiredException
- All Implemented Interfaces:
Serializable
public class TokenExpiredException
extends org.apache.shiro.authc.AuthenticationException
This exception is thrown if the session token is expired
- Since:
- 2.4.0
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionTokenExpiredException
(String message) TokenExpiredException
(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TokenExpiredException
-
TokenExpiredException
-