Class ItemNotFoundException

    • Constructor Detail

      • ItemNotFoundException

        public ItemNotFoundException()
        Creates a new exception with no message.
      • ItemNotFoundException

        public ItemNotFoundException​(String message)
        Creates a new exception with the supplied message.
        Parameters:
        message - error message
      • ItemNotFoundException

        public ItemNotFoundException​(String message,
                                     Throwable cause)
        Creates a new exception with the supplied message and cause.
        Parameters:
        message - error message
        cause - cause of the error