Class InvalidSubscriptionCreationRequestException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.broadleafcommerce.subscription.web.endpoint.exception.InvalidSubscriptionCreationRequestException
All Implemented Interfaces:
Serializable

public class InvalidSubscriptionCreationRequestException extends RuntimeException
Exception thrown to signify that the request to create a subscription was invalid.
See Also:
  • Constructor Details

    • InvalidSubscriptionCreationRequestException

      public InvalidSubscriptionCreationRequestException()
    • InvalidSubscriptionCreationRequestException

      public InvalidSubscriptionCreationRequestException(String message)
    • InvalidSubscriptionCreationRequestException

      public InvalidSubscriptionCreationRequestException(Throwable cause)
    • InvalidSubscriptionCreationRequestException

      public InvalidSubscriptionCreationRequestException(String message, Throwable cause)