Class ExistingRetrySessionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.gemalto.mfs.mwsdk.provisioning.exception.ExistingRetrySessionException
All Implemented Interfaces:
Serializable

public class ExistingRetrySessionException extends Exception
This is the exception class that represents the exceptions for existing retry sessions.
See Also:
  • Constructor Details

    • ExistingRetrySessionException

      public ExistingRetrySessionException(String message)
      Constructor
      Parameters:
      message - Exception message
    • ExistingRetrySessionException

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