com.ibm.retail.saf.provider
Class TenderException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--com.ibm.retail.saf.provider.POSException
|
+--com.ibm.retail.saf.provider.TenderException
- All Implemented Interfaces:
- java.io.Serializable
- public class TenderException
- extends POSException
A TenderException
is generated when the request to tender payment fails
to complete successfully on the point-of-sale system.
- See Also:
- Serialized Form
Fields inherited from class java.lang.Exception |
|
Method Summary |
com.ibm.retail.saf.provider.PaymentResult |
getPaymentResult()
Get the PaymentResult |
void |
setPaymentResult(com.ibm.retail.saf.provider.PaymentResult result)
Get the PaymentResult |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
TenderException
public TenderException()
TenderException
public TenderException(java.lang.String message)
- Parameters:
message
-
TenderException
public TenderException(java.lang.String message,
java.lang.Throwable cause)
- Parameters:
message
- cause
-
TenderException
public TenderException(java.lang.Throwable cause)
- Parameters:
cause
-
getPaymentResult
public com.ibm.retail.saf.provider.PaymentResult getPaymentResult()
- Get the PaymentResult
setPaymentResult
public void setPaymentResult(com.ibm.retail.saf.provider.PaymentResult result)
- Get the PaymentResult