Class MinQuantityNotFulfilledException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.broadleafcommerce.core.order.service.exception.MinQuantityNotFulfilledException
All Implemented Interfaces:
Serializable

public class MinQuantityNotFulfilledException extends RuntimeException
See Also:
  • Field Details

    • productId

      protected Long productId
  • Constructor Details

    • MinQuantityNotFulfilledException

      public MinQuantityNotFulfilledException(String message, Long productId)
    • MinQuantityNotFulfilledException

      public MinQuantityNotFulfilledException(String message)
    • MinQuantityNotFulfilledException

      public MinQuantityNotFulfilledException(String message, Throwable cause)
  • Method Details

    • getProductId

      public Long getProductId()
    • setProductId

      public void setProductId(Long productId)