Class InternalComponentException

  • All Implemented Interfaces:
    java.io.Serializable

    public class InternalComponentException
    extends java.lang.Exception
    An Exception class to handle Error occurred in internal Component or during the migration of the SDK Version.
    See Also:
    Serialized Form
    • Field Detail

      • ERROR_CODE_SERIAL_NUMBER_MIGRATION_FAILURE

        public static final int ERROR_CODE_SERIAL_NUMBER_MIGRATION_FAILURE
        See Also:
        Constant Field Values
      • INVALID_PREVIOUS_VERSION

        public static final java.lang.String INVALID_PREVIOUS_VERSION
        See Also:
        Constant Field Values
    • Constructor Detail

      • InternalComponentException

        public InternalComponentException()
      • InternalComponentException

        public InternalComponentException​(java.lang.String message)
      • InternalComponentException

        public InternalComponentException​(java.lang.String message,
                                          java.lang.Throwable exception)
        Constructor given the message and the cause of the exeption
        Parameters:
        message - Exception message
        exception - Cause of the exception
      • InternalComponentException

        public InternalComponentException​(int errorCode,
                                          java.lang.String message)
        Parameters:
        errorCode - Error code of the Exception occurred
        message - Error message of the Exception
      • InternalComponentException

        public InternalComponentException​(int errorCode,
                                          java.lang.String message,
                                          java.lang.Throwable exception)
        Parameters:
        errorCode - Error code of the Exception occurred
        message - Error message of the Exception
        exception - Cause of the Exception
    • Method Detail

      • getmErrorCode

        public int getmErrorCode()