Class InsufficientStockException

All Implemented Interfaces:
Serializable

public final class InsufficientStockException extends DomainException
Raised when a product exists but cannot satisfy the requested reservation.
See Also:
  • Constructor Details

    • InsufficientStockException

      public InsufficientStockException(Long productId)