Class ManagementException

    • Constructor Detail

      • ManagementException

        public ManagementException​(String message,
                                   HttpResponse response)
        Initializes a new instance of the ManagementException class.
        Parameters:
        message - the exception message or the response content if a message is not available
        response - the HTTP response
      • ManagementException

        public ManagementException​(String message,
                                   HttpResponse response,
                                   ManagementError value)
        Initializes a new instance of the ManagementException class.
        Parameters:
        message - the exception message or the response content if a message is not available
        response - the HTTP response
        value - the deserialized response value