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

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.broadleafcommerce.common.vendor.service.exception.PaymentException
              extended by org.broadleafcommerce.common.vendor.service.exception.PaymentHostException
All Implemented Interfaces:
Serializable

public class PaymentHostException
extends PaymentException

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.broadleafcommerce.common.vendor.service.exception.PaymentException
paymentResponse
 
Constructor Summary
PaymentHostException()
           
PaymentHostException(String message)
           
PaymentHostException(String message, Throwable cause)
           
PaymentHostException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class org.broadleafcommerce.common.vendor.service.exception.PaymentException
getPaymentResponse, setPaymentResponse
 
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
 

Constructor Detail

PaymentHostException

public PaymentHostException()

PaymentHostException

public PaymentHostException(String message,
                            Throwable cause)

PaymentHostException

public PaymentHostException(String message)

PaymentHostException

public PaymentHostException(Throwable cause)


Copyright © 2012. All Rights Reserved.