Package org.eclipse.keyple.card.generic
Class TransactionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.eclipse.keyple.card.generic.TransactionException
-
- All Implemented Interfaces:
java.io.Serializable
public class TransactionException extends java.lang.RuntimeException
Exception when an error or a communication failure with the card or the reader occurs.- Since:
- 2.0.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TransactionException(java.lang.String message)
Builds a new exception.TransactionException(java.lang.String message, java.lang.Throwable cause)
Builds a new exception with the originating exception.
-
-
-
Constructor Detail
-
TransactionException
public TransactionException(java.lang.String message)
Builds a new exception.- Parameters:
message
- Message to identify the exception context.- Since:
- 2.0.0
-
TransactionException
public TransactionException(java.lang.String message, java.lang.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
-
-