Class DistinctInventoryItemNotFoundException

All Implemented Interfaces:
Serializable

public class DistinctInventoryItemNotFoundException extends NotFoundException
See Also:
  • Constructor Details

    • DistinctInventoryItemNotFoundException

      public DistinctInventoryItemNotFoundException()
    • DistinctInventoryItemNotFoundException

      public DistinctInventoryItemNotFoundException(String message)
    • DistinctInventoryItemNotFoundException

      public DistinctInventoryItemNotFoundException(String message, Throwable cause)
    • DistinctInventoryItemNotFoundException

      public DistinctInventoryItemNotFoundException(Throwable cause)
    • DistinctInventoryItemNotFoundException

      public DistinctInventoryItemNotFoundException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)