Class MeaCheckedException

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getCardId()
      Get card ID for card related to this exception.
      java.lang.String getEligibilityReceipt()
      Get eligibility receipt for card related to this exception.
      int getErrorCode()
      Returns error code MeaErrorCode.
      MeaError getMeaError()
      Get the Error related to the Exception
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Method Detail

      • getMeaError

        public MeaError getMeaError()
        Get the Error related to the Exception
        Returns:
        The Error Code which is associated with the exception
      • getCardId

        @Nullable
        public java.lang.String getCardId()
        Get card ID for card related to this exception.
        Returns:
        Card ID associated with tihs exception.
      • getEligibilityReceipt

        @Nullable
        public java.lang.String getEligibilityReceipt()
        Get eligibility receipt for card related to this exception.
        Returns:
        Eligibility receipt associated with this exception.