Package com.gemalto.mfs.mwsdk.exception
Class CPSKeyStoreException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.gemalto.mfs.mwsdk.exception.CPSKeyStoreException
-
- All Implemented Interfaces:
java.io.Serializable
public class CPSKeyStoreException extends java.lang.Exception
An Exception is thrown if there are any error encountered during KeyStore.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CPSKeyStoreException()
CPSKeyStoreException(int errorCode, java.lang.String message)
CPSKeyStoreException(int errorCode, java.lang.String message, java.lang.Throwable exception)
CPSKeyStoreException(java.lang.String message)
CPSKeyStoreException(java.lang.String message, java.lang.Throwable exception)
Constructor given the message and the cause of the exeption
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getmErrorCode()
-
-
-
Constructor Detail
-
CPSKeyStoreException
public CPSKeyStoreException()
-
CPSKeyStoreException
public CPSKeyStoreException(java.lang.String message)
-
CPSKeyStoreException
public CPSKeyStoreException(java.lang.String message, java.lang.Throwable exception)
Constructor given the message and the cause of the exeption- Parameters:
message
- Exception messageexception
- Cause of the exception
-
CPSKeyStoreException
public CPSKeyStoreException(int errorCode, java.lang.String message)
-
CPSKeyStoreException
public CPSKeyStoreException(int errorCode, java.lang.String message, java.lang.Throwable exception)
-
-