Class CloudException

    • Constructor Detail

      • CloudException

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

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