Class ResourceNotFoundException

    • Constructor Detail

      • ResourceNotFoundException

        public ResourceNotFoundException()
        Constructs a new ResourceNotFoundException.
      • ResourceNotFoundException

        public ResourceNotFoundException​(String message)
        Constructs a new ResourceNotFoundException with the supplied message.
      • ResourceNotFoundException

        public ResourceNotFoundException​(String message,
                                         Throwable cause)
        Constructs a new ResourceNotFoundException with the supplied message and Throwable.
      • ResourceNotFoundException

        public ResourceNotFoundException​(Throwable cause)
        Constructs a new ResourceNotFoundException with the supplied Throwable.