Class MyRestException

    • Constructor Detail

      • MyRestException

        public MyRestException​(String message,
                               HttpResponse response,
                               com.azure.core.test.implementation.entities.HttpBinJSON body)
        Creates a service request exception.
        Parameters:
        message - Message associated with exception.
        response - HttpResponse associated with the exception.
        body - Deserialized body of response.