Class NoSessionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.gemalto.mfs.mwsdk.provisioning.exception.NoSessionException
-
- All Implemented Interfaces:
java.io.Serializable
public class NoSessionException extends java.lang.Exception
This is the exception class that represents the exceptions for no sessions.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NoSessionException(java.lang.String message)
ConstructorNoSessionException(java.lang.String message, java.lang.Throwable exception)
Constructor given the message and the cause of the exception
-
-
-
Constructor Detail
-
NoSessionException
public NoSessionException(java.lang.String message)
Constructor- Parameters:
message
-Exception
message
-
NoSessionException
public NoSessionException(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
-
-