Class EntityNotFoundException

    • Constructor Detail

      • EntityNotFoundException

        public EntityNotFoundException()
        Constructs a new EntityNotFoundException exception with null as its detail message.
      • EntityNotFoundException

        public EntityNotFoundException​(String message)
        Constructs a new EntityNotFoundException exception with the specified detail message.
        Parameters:
        message - the detail message.