Class OrderNotFoundException

All Implemented Interfaces:
Serializable

public final class OrderNotFoundException extends DomainException
Raised when an API caller asks for an order id that the orders module does not own.
See Also:
  • Constructor Details

    • OrderNotFoundException

      public OrderNotFoundException(UUID orderId)