Class MyAzureException

    • Constructor Detail

      • MyAzureException

        public MyAzureException​(String message,
                                HttpResponse response,
                                com.azure.core.test.implementation.entities.HttpBinJSON body)
        Creates an exception with the message, response, and body.
        Parameters:
        message - Message for the exception.
        response - HttpResponse associated with the service request exception.
        body - HttpResponse deserialized into a HttpBinJSON.