Class ItemNotFoundException

All Implemented Interfaces:
Serializable

public class ItemNotFoundException extends NotFoundException
See Also:
  • Constructor Details

    • ItemNotFoundException

      public ItemNotFoundException()
    • ItemNotFoundException

      public ItemNotFoundException(String message)
    • ItemNotFoundException

      public ItemNotFoundException(String message, Throwable cause)
    • ItemNotFoundException

      public ItemNotFoundException(Throwable cause)
    • ItemNotFoundException

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