Class 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
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • TokenExpiredException

        public TokenExpiredException()
        Creates a new TokenExpiredException.