org.broadleafcommerce.common.vendor.service.exception
Class PaymentException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.broadleafcommerce.common.exception.BroadleafException
              extended by org.broadleafcommerce.common.vendor.service.exception.PaymentException
All Implemented Interfaces:
Serializable, RootCauseAccessor
Direct Known Subclasses:
PaymentHostException

public class PaymentException
extends BroadleafException

See Also:
Serialized Form

Field Summary
protected  PaymentResponse paymentResponse
           
 
Constructor Summary
PaymentException()
           
PaymentException(String message)
           
PaymentException(String message, Throwable cause)
           
PaymentException(Throwable cause)
           
 
Method Summary
 PaymentResponse getPaymentResponse()
           
 void setPaymentResponse(PaymentResponse paymentResponse)
           
 
Methods inherited from class org.broadleafcommerce.common.exception.BroadleafException
getRootCause, getRootCauseMessage
 
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

paymentResponse

protected PaymentResponse paymentResponse
Constructor Detail

PaymentException

public PaymentException()

PaymentException

public PaymentException(String message,
                        Throwable cause)

PaymentException

public PaymentException(String message)

PaymentException

public PaymentException(Throwable cause)
Method Detail

getPaymentResponse

public PaymentResponse getPaymentResponse()

setPaymentResponse

public void setPaymentResponse(PaymentResponse paymentResponse)


Copyright © 2013. All Rights Reserved.