Class EntityNotFoundException

    • Constructor Detail

      • EntityNotFoundException

        public EntityNotFoundException()
        Instantiates a new Entry not found exception.
      • EntityNotFoundException

        public EntityNotFoundException​(String message)
        Instantiates a new Entry not found exception.
        Parameters:
        message - the message
      • EntityNotFoundException

        public EntityNotFoundException​(String message,
                                       Throwable throwable)
        Instantiates a new Entry not found exception.
        Parameters:
        message - the message
        throwable - the throwable
      • EntityNotFoundException

        public EntityNotFoundException​(Throwable throwable)
        Instantiates a new Entry not found exception.
        Parameters:
        throwable - the throwable