Class ItemNotFoundException

All Implemented Interfaces:
Serializable

public class ItemNotFoundException extends BusinessException
Exception used when a ItemModel does not exist
See Also:
  • Constructor Details

    • ItemNotFoundException

      public ItemNotFoundException(String message)
    • ItemNotFoundException

      public ItemNotFoundException(Throwable cause)
    • ItemNotFoundException

      public ItemNotFoundException(String message, Throwable cause)