org.broadleafcommerce.core.payment.service.exception
Class PaymentProcessorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.broadleafcommerce.core.payment.service.exception.PaymentException
              extended by org.broadleafcommerce.core.payment.service.exception.PaymentProcessorException
All Implemented Interfaces:
Serializable

public class PaymentProcessorException
extends PaymentException

See Also:
Serialized Form

Field Summary
protected  PaymentResponseItem paymentResponseItem
           
 
Constructor Summary
PaymentProcessorException(PaymentResponseItem paymentResponseItem)
           
PaymentProcessorException(String message, PaymentResponseItem paymentResponseItem)
           
PaymentProcessorException(String message, Throwable cause, PaymentResponseItem paymentResponseItem)
           
PaymentProcessorException(Throwable cause, PaymentResponseItem paymentResponseItem)
           
 
Method Summary
 PaymentResponseItem getPaymentResponseItem()
           
 
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
 

Field Detail

paymentResponseItem

protected PaymentResponseItem paymentResponseItem
Constructor Detail

PaymentProcessorException

public PaymentProcessorException(PaymentResponseItem paymentResponseItem)

PaymentProcessorException

public PaymentProcessorException(String message,
                                 Throwable cause,
                                 PaymentResponseItem paymentResponseItem)

PaymentProcessorException

public PaymentProcessorException(String message,
                                 PaymentResponseItem paymentResponseItem)

PaymentProcessorException

public PaymentProcessorException(Throwable cause,
                                 PaymentResponseItem paymentResponseItem)
Method Detail

getPaymentResponseItem

public PaymentResponseItem getPaymentResponseItem()


Copyright © 2013. All Rights Reserved.