Class TokenExpiredException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.lexmark.saperion.exceptions.EcmRuntimeException
com.lexmark.saperion.exceptions.system.TokenExpiredException
- All Implemented Interfaces:
Serializable
public class TokenExpiredException
extends com.lexmark.saperion.exceptions.EcmRuntimeException
This exception is thrown when a user tries to invoke an operation when the user's token
has already expired.
- Author:
- cmerkel
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.lexmark.saperion.exceptions.EcmRuntimeException
createError, getDescriptionParameters, getErrorCode, getErrorDetails
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TokenExpiredException
public TokenExpiredException()Creates a new TokenExpiredException.
-