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

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.InsufficientFundsException
All Implemented Interfaces:
Serializable

public class InsufficientFundsException
extends PaymentException

See Also:
Serialized Form

Constructor Summary
InsufficientFundsException()
           
InsufficientFundsException(String message)
           
InsufficientFundsException(String message, Throwable cause)
           
InsufficientFundsException(Throwable cause)
           
 
Method Summary
 
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

InsufficientFundsException

public InsufficientFundsException()

InsufficientFundsException

public InsufficientFundsException(String message,
                                  Throwable cause)

InsufficientFundsException

public InsufficientFundsException(String message)

InsufficientFundsException

public InsufficientFundsException(Throwable cause)


Copyright © 2013. All Rights Reserved.