Class InternalComponentException

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

public class InternalComponentException extends Exception
This Exception class handles the errors that occurred in the internal components or during a migration of the SDK Version.
See Also:
  • Field Details

    • ERROR_CODE_SERIAL_NUMBER_MIGRATION_FAILURE

      public static final int ERROR_CODE_SERIAL_NUMBER_MIGRATION_FAILURE
      See Also:
    • ERROR_CODE_DCM_CARD_MAP_NOT_FOUND

      public static final int ERROR_CODE_DCM_CARD_MAP_NOT_FOUND
      See Also:
  • Constructor Details

    • InternalComponentException

      public InternalComponentException()
    • InternalComponentException

      public InternalComponentException(String message)
    • InternalComponentException

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

      public InternalComponentException(int errorCode, String message)
      Parameters:
      errorCode - The error code of the exception.
      message - The error message of the exception.
    • InternalComponentException

      public InternalComponentException(int errorCode, String message, Throwable exception)
      Parameters:
      errorCode - The error code of the exception.
      message - The error message of the exception.
      exception - The cause of the exception.
  • Method Details

    • getmErrorCode

      public int getmErrorCode()