Class ResourceConflictException

    • Constructor Detail

      • ResourceConflictException

        public ResourceConflictException​(String msg)
        Parameters:
        msg - message to return to the client describing the error.
      • ResourceConflictException

        public ResourceConflictException​(String msg,
                                         Throwable cause)
        Parameters:
        msg - message to return to the client describing the error.