Class ResourceNotFoundException

    • Constructor Detail

      • ResourceNotFoundException

        public ResourceNotFoundException()
        Requested resource is not found, failing portion not specified.
      • ResourceNotFoundException

        public ResourceNotFoundException​(String msg)
      • ResourceNotFoundException

        public ResourceNotFoundException​(String msg,
                                         Throwable cause)
      • ResourceNotFoundException

        public ResourceNotFoundException​(IdString id)
        Parameters:
        id - portion of the resource URI that does not exist.