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:
java.io.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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TokenExpiredException()
Creates a new TokenExpiredException.
-
Method Summary
-
Methods inherited from class com.lexmark.saperion.exceptions.EcmRuntimeException
createError, getDescriptionParameters, getErrorCode, getErrorDetails
-
-