Class ManagementException

All Implemented Interfaces:
Serializable

public class ManagementException extends HttpResponseException
Exception thrown for an invalid response with custom error information.
See Also:
  • Constructor Details

    • 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
  • Method Details