Class CommandFailedException

    • Constructor Detail

      • CommandFailedException

        public CommandFailedException()
        Constructs an CommandFailedException with no detail message.
      • CommandFailedException

        public CommandFailedException​(String s)
        Constructs an CommandFailedException with the specified detail message.
        Parameters:
        s - the detail message
      • CommandFailedException

        public CommandFailedException​(Response r)
        Constructs an CommandFailedException with the specified Response.
        Parameters:
        r - the Response.