Class InvalidRefundException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.broadleafcommerce.billing.exception.InvalidRefundException
All Implemented Interfaces:
Serializable

@ResponseStatus(BAD_REQUEST) public class InvalidRefundException extends Exception
Exception thrown to indicate a problem in processing a RefundEvent request
Author:
Jacob Mitash
See Also:
  • Constructor Details

    • InvalidRefundException

      public InvalidRefundException(String message)