Class CPSKeyStoreException

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

public class CPSKeyStoreException extends Exception
An exception is thrown when errors are encountered during keystore creation.
See Also:
  • Constructor Details

    • CPSKeyStoreException

      public CPSKeyStoreException()
    • CPSKeyStoreException

      public CPSKeyStoreException(String message)
    • CPSKeyStoreException

      public CPSKeyStoreException(String message, Throwable exception)
      Constructor with the message and the cause of the exception.
      Parameters:
      message - The exception message.
      exception - The cause of the exception.
    • CPSKeyStoreException

      public CPSKeyStoreException(int errorCode, String message)
    • CPSKeyStoreException

      public CPSKeyStoreException(int errorCode, String message, Throwable exception)
  • Method Details

    • getmErrorCode

      public int getmErrorCode()