Class ProtocolErrorEvent


  • public class ProtocolErrorEvent
    extends java.lang.Object
    Class for holding details on the protocol error.

    NOTE: a protocol error is any error message that is returned by the ACS or an error message that is generated by the 3DS SDK to be returned to the ACS.

    • Constructor Detail

      • ProtocolErrorEvent

        public ProtocolErrorEvent​(java.lang.String sdkTransactionID,
                                  ErrorMessage errorMessage)
        Constructor.
        Parameters:
        sdkTransactionID - SDK Transaction ID.
        errorMessage - Error message.
    • Method Detail

      • getSDKTransactionID

        public java.lang.String getSDKTransactionID()
        Returns the SDK Transaction ID.
        Returns:
        String
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object