Package com.gemalto.mfs.mwsdk.exception
Class InternalComponentException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.gemalto.mfs.mwsdk.exception.InternalComponentException
- All Implemented Interfaces:
Serializable
This Exception class handles the errors that occurred in the internal components or during a migration of the SDK Version.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final int -
Constructor Summary
ConstructorsConstructorDescriptionInternalComponentException(int errorCode, String message) InternalComponentException(int errorCode, String message, Throwable exception) InternalComponentException(String message) InternalComponentException(String message, Throwable exception) Constructor with the message and the cause of the exeption. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
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
-
InternalComponentException
Constructor with the message and the cause of the exeption.- Parameters:
message- The exception message.exception- The cause of the exception.
-
InternalComponentException
- Parameters:
errorCode- The error code of the exception.message- The error message of the exception.
-
InternalComponentException
- 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()
-