Class PaymentAuthReverseException
- java.lang.Object
 - 
- java.lang.Throwable
 - 
- java.lang.Exception
 - 
- java.lang.RuntimeException
 - 
- com.broadleafcommerce.orderoperation.service.payment.exception.PaymentAuthReverseException
 
 
 
 
 
- 
- All Implemented Interfaces:
 Serializable
public class PaymentAuthReverseException extends RuntimeException
Exception thrown if there was an issue while attempting to reverse authorization on an order.- See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description PaymentAuthReverseException(String message, com.broadleafcommerce.order.client.domain.Order order)PaymentAuthReverseException(String message, com.broadleafcommerce.order.client.domain.Order order, Throwable cause) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.broadleafcommerce.order.client.domain.OrdergetOrder()The order for which a reverse authorization was being processed.- 
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
PaymentAuthReverseException
public PaymentAuthReverseException(String message, com.broadleafcommerce.order.client.domain.Order order)
 
 - 
 
 -