Class TransactionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.eclipse.keyple.card.generic.TransactionException
All Implemented Interfaces:
Serializable

public class TransactionException extends RuntimeException
Exception when an error or a communication failure with the card or the reader occurs.
Since:
2.0.0
See Also:
  • Constructor Details

    • TransactionException

      public TransactionException(String message)
      Builds a new exception.
      Parameters:
      message - Message to identify the exception context.
      Since:
      2.0.0
    • TransactionException

      public TransactionException(String message, Throwable cause)
      Builds a new exception with the originating exception.
      Parameters:
      message - Message to identify the exception context.
      cause - The cause
      Since:
      2.0.0