Class PreconditionFailedException

    • Constructor Detail

      • PreconditionFailedException

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

        public PreconditionFailedException​(String msg,
                                           Throwable cause)
        Parameters:
        msg - message to return to the client describing the error.
        cause - original cause of the failed precondition.