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:
Serializable
Exception when an error or a communication failure with the card or the reader occurs.
- Since:
- 2.0.0
- See Also:
-
Constructor Summary
ConstructorDescriptionTransactionException
(String message) Builds a new exception.TransactionException
(String message, Throwable cause) Builds a new exception with the originating exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TransactionException
Builds a new exception.- Parameters:
message
- Message to identify the exception context.- Since:
- 2.0.0
-
TransactionException
Builds a new exception with the originating exception.- Parameters:
message
- Message to identify the exception context.cause
- The cause- Since:
- 2.0.0
-