Class ExistingRetrySessionException

  • All Implemented Interfaces:
    java.io.Serializable

    public class ExistingRetrySessionException
    extends java.lang.Exception
    This is the exception class that represents the exceptions for existing retry sessions.
    See Also:
    Serialized Form
    • Method Summary

      • 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

      • ExistingRetrySessionException

        public ExistingRetrySessionException​(java.lang.String message)
        Constructor
        Parameters:
        message - Exception message
      • ExistingRetrySessionException

        public ExistingRetrySessionException​(java.lang.String message,
                                             java.lang.Throwable exception)
        Constructor given the message and the cause of the exception
        Parameters:
        message - Exception message
        exception - Cause of the exception