Class ExistingRetrySessionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.gemalto.mfs.mwsdk.provisioning.exception.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
-
-
Constructor Summary
Constructors Constructor Description ExistingRetrySessionException(java.lang.String message)
ConstructorExistingRetrySessionException(java.lang.String message, java.lang.Throwable exception)
Constructor given the message and the cause of the exception
-
-
-
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
messageexception
- Cause of the exception
-
-