Class ProductNotFoundException

All Implemented Interfaces:
Serializable

public final class ProductNotFoundException extends DomainException
Raised by catalog application services when callers reference an unknown product id.
See Also:
  • Constructor Details

    • ProductNotFoundException

      public ProductNotFoundException(Long productId)