Home
last modified time | relevance | path

Searched defs:ExceptionResponseFactory (Results 1 – 1 of 1) sorted by relevance

/external/sdk-platform-java/gax-java/gax-httpjson/src/test/java/com/google/api/gax/httpjson/testing/
DMockHttpService.java168 private static class ExceptionResponseFactory implements HttpResponseFactory { class in MockHttpService
172 public ExceptionResponseFactory(int statusCode, Exception exception) { in ExceptionResponseFactory() method in MockHttpService.ExceptionResponseFactory