Class TabbyRequestCreationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.broadleafcommerce.tabby.service.exception.TabbyRequestCreationException
All Implemented Interfaces:
Serializable

public class TabbyRequestCreationException extends RuntimeException
An exception is thrown when a problem is encountered while creating a Tabby API request based on a PaymentRequest.
Author:
Chris Kittrell (ckittrell)
See Also:
  • Constructor Details

    • TabbyRequestCreationException

      public TabbyRequestCreationException(String message)
    • TabbyRequestCreationException

      public TabbyRequestCreationException(String message, Throwable cause)