Package org.localify.common.exceptions
Class SessionExpiredException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.localify.common.exceptions.AbstractLocalifyException
org.localify.common.exceptions.SessionExpiredException
- All Implemented Interfaces:
Serializable
@ResponseStatus(UNAUTHORIZED)
public class SessionExpiredException
extends AbstractLocalifyException
Exception thrown when a user's session has expired.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs a new SessionExpiredException with a default message.SessionExpiredException(String message) Constructs a new SessionExpiredException with the specified message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SessionExpiredException
Constructs a new SessionExpiredException with the specified message.- Parameters:
message- The detail message.
-
SessionExpiredException
public SessionExpiredException()Constructs a new SessionExpiredException with a default message.
-