Class VerifoneRequestCreationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.broadleafcommerce.payment.service.gateway.requestresponse.exception.VerifoneRequestCreationException
-
- All Implemented Interfaces:
Serializable
public class VerifoneRequestCreationException extends RuntimeException
An exception is thrown when a problem is encountered while creating a Verifone API request based on aVerifonePaymentRequest
.- Author:
- Chris Kittrell (ckittrell)
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description VerifoneRequestCreationException(String message)
VerifoneRequestCreationException(String message, Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-