Class NotFoundException

    • Constructor Detail

      • NotFoundException

        public NotFoundException​(String message)
        Constructs a NotFoundException with the specified detail message.
      • NotFoundException

        public NotFoundException​(List<String> messages)
        Constructs a NotFoundException with the specified detail messages.
      • NotFoundException

        public NotFoundException​(Throwable cause)
        Constructs a NotFoundException with the specified cause.
      • NotFoundException

        public NotFoundException​(String message,
                                 Throwable cause)
        Constructs a NotFoundException with the specified detail message and cause.
      • NotFoundException

        public NotFoundException​(List<String> messages,
                                 Throwable cause)
        Constructs a NotFoundException with the specified detail messages and cause.