@@ -503,7 +503,7 @@ private HttpRequest.Builder fakeOuterBooleanSerializeRequestBuilder(@javax.annot
503503 try {
504504 byte [] localVarPostBody = memberVarObjectMapper .writeValueAsBytes (body );
505505 localVarRequestBuilder .method ("POST" , HttpRequest .BodyPublishers .ofByteArray (localVarPostBody ));
506- } catch (IOException | JacksonException e ) {
506+ } catch (JacksonException e ) {
507507 throw new ApiException (e );
508508 }
509509 if (memberVarReadTimeout != null ) {
@@ -622,7 +622,7 @@ private HttpRequest.Builder fakeOuterCompositeSerializeRequestBuilder(@javax.ann
622622 try {
623623 byte [] localVarPostBody = memberVarObjectMapper .writeValueAsBytes (outerComposite );
624624 localVarRequestBuilder .method ("POST" , HttpRequest .BodyPublishers .ofByteArray (localVarPostBody ));
625- } catch (IOException | JacksonException e ) {
625+ } catch (JacksonException e ) {
626626 throw new ApiException (e );
627627 }
628628 if (memberVarReadTimeout != null ) {
@@ -741,7 +741,7 @@ private HttpRequest.Builder fakeOuterNumberSerializeRequestBuilder(@javax.annota
741741 try {
742742 byte [] localVarPostBody = memberVarObjectMapper .writeValueAsBytes (body );
743743 localVarRequestBuilder .method ("POST" , HttpRequest .BodyPublishers .ofByteArray (localVarPostBody ));
744- } catch (IOException | JacksonException e ) {
744+ } catch (JacksonException e ) {
745745 throw new ApiException (e );
746746 }
747747 if (memberVarReadTimeout != null ) {
@@ -1155,7 +1155,7 @@ public ApiResponse<Void> testAdditionalPropertiesReferenceWithHttpInfo(@javax.an
11551155 localVarResponseBody .close ();
11561156 }
11571157 }
1158- } catch (IOException | JacksonException e ) {
1158+ } catch (IOException e ) {
11591159 throw new ApiException (e );
11601160 }
11611161 catch (InterruptedException e ) {
@@ -1182,7 +1182,7 @@ private HttpRequest.Builder testAdditionalPropertiesReferenceRequestBuilder(@jav
11821182 try {
11831183 byte [] localVarPostBody = memberVarObjectMapper .writeValueAsBytes (requestBody );
11841184 localVarRequestBuilder .method ("POST" , HttpRequest .BodyPublishers .ofByteArray (localVarPostBody ));
1185- } catch (IOException | JacksonException e ) {
1185+ } catch (JacksonException e ) {
11861186 throw new ApiException (e );
11871187 }
11881188 if (memberVarReadTimeout != null ) {
@@ -1264,7 +1264,7 @@ public ApiResponse<Void> testBodyWithFileSchemaWithHttpInfo(@javax.annotation.No
12641264 localVarResponseBody .close ();
12651265 }
12661266 }
1267- } catch (IOException | JacksonException e ) {
1267+ } catch (IOException e ) {
12681268 throw new ApiException (e );
12691269 }
12701270 catch (InterruptedException e ) {
@@ -1291,7 +1291,7 @@ private HttpRequest.Builder testBodyWithFileSchemaRequestBuilder(@javax.annotati
12911291 try {
12921292 byte [] localVarPostBody = memberVarObjectMapper .writeValueAsBytes (fileSchemaTestClass );
12931293 localVarRequestBuilder .method ("PUT" , HttpRequest .BodyPublishers .ofByteArray (localVarPostBody ));
1294- } catch (IOException | JacksonException e ) {
1294+ } catch (JacksonException e ) {
12951295 throw new ApiException (e );
12961296 }
12971297 if (memberVarReadTimeout != null ) {
@@ -1377,7 +1377,7 @@ public ApiResponse<Void> testBodyWithQueryParamsWithHttpInfo(@javax.annotation.N
13771377 localVarResponseBody .close ();
13781378 }
13791379 }
1380- } catch (IOException | JacksonException e ) {
1380+ } catch (IOException e ) {
13811381 throw new ApiException (e );
13821382 }
13831383 catch (InterruptedException e ) {
@@ -1423,7 +1423,7 @@ private HttpRequest.Builder testBodyWithQueryParamsRequestBuilder(@javax.annotat
14231423 try {
14241424 byte [] localVarPostBody = memberVarObjectMapper .writeValueAsBytes (user );
14251425 localVarRequestBuilder .method ("PUT" , HttpRequest .BodyPublishers .ofByteArray (localVarPostBody ));
1426- } catch (IOException | JacksonException e ) {
1426+ } catch (JacksonException e ) {
14271427 throw new ApiException (e );
14281428 }
14291429 if (memberVarReadTimeout != null ) {
@@ -1546,7 +1546,7 @@ private HttpRequest.Builder testClientModelRequestBuilder(@javax.annotation.Nonn
15461546 try {
15471547 byte [] localVarPostBody = memberVarObjectMapper .writeValueAsBytes (client );
15481548 localVarRequestBuilder .method ("PATCH" , HttpRequest .BodyPublishers .ofByteArray (localVarPostBody ));
1549- } catch (IOException | JacksonException e ) {
1549+ } catch (JacksonException e ) {
15501550 throw new ApiException (e );
15511551 }
15521552 if (memberVarReadTimeout != null ) {
@@ -1680,7 +1680,7 @@ public ApiResponse<Void> testEndpointParametersWithHttpInfo(@javax.annotation.No
16801680 localVarResponseBody .close ();
16811681 }
16821682 }
1683- } catch (IOException | JacksonException e ) {
1683+ } catch (IOException e ) {
16841684 throw new ApiException (e );
16851685 }
16861686 catch (InterruptedException e ) {
@@ -1877,7 +1877,7 @@ public ApiResponse<Void> testEnumParametersWithHttpInfo(@javax.annotation.Nullab
18771877 localVarResponseBody .close ();
18781878 }
18791879 }
1880- } catch (IOException | JacksonException e ) {
1880+ } catch (IOException e ) {
18811881 throw new ApiException (e );
18821882 }
18831883 catch (InterruptedException e ) {
@@ -2105,7 +2105,7 @@ public ApiResponse<Void> testGroupParametersWithHttpInfo(@javax.annotation.Nonnu
21052105 localVarResponseBody .close ();
21062106 }
21072107 }
2108- } catch (IOException | JacksonException e ) {
2108+ } catch (IOException e ) {
21092109 throw new ApiException (e );
21102110 }
21112111 catch (InterruptedException e ) {
@@ -2332,7 +2332,7 @@ public ApiResponse<Void> testInlineAdditionalPropertiesWithHttpInfo(@javax.annot
23322332 localVarResponseBody .close ();
23332333 }
23342334 }
2335- } catch (IOException | JacksonException e ) {
2335+ } catch (IOException e ) {
23362336 throw new ApiException (e );
23372337 }
23382338 catch (InterruptedException e ) {
@@ -2359,7 +2359,7 @@ private HttpRequest.Builder testInlineAdditionalPropertiesRequestBuilder(@javax.
23592359 try {
23602360 byte [] localVarPostBody = memberVarObjectMapper .writeValueAsBytes (requestBody );
23612361 localVarRequestBuilder .method ("POST" , HttpRequest .BodyPublishers .ofByteArray (localVarPostBody ));
2362- } catch (IOException | JacksonException e ) {
2362+ } catch (JacksonException e ) {
23632363 throw new ApiException (e );
23642364 }
23652365 if (memberVarReadTimeout != null ) {
@@ -2441,7 +2441,7 @@ public ApiResponse<Void> testInlineFreeformAdditionalPropertiesWithHttpInfo(@jav
24412441 localVarResponseBody .close ();
24422442 }
24432443 }
2444- } catch (IOException | JacksonException e ) {
2444+ } catch (IOException e ) {
24452445 throw new ApiException (e );
24462446 }
24472447 catch (InterruptedException e ) {
@@ -2468,7 +2468,7 @@ private HttpRequest.Builder testInlineFreeformAdditionalPropertiesRequestBuilder
24682468 try {
24692469 byte [] localVarPostBody = memberVarObjectMapper .writeValueAsBytes (testInlineFreeformAdditionalPropertiesRequest );
24702470 localVarRequestBuilder .method ("POST" , HttpRequest .BodyPublishers .ofByteArray (localVarPostBody ));
2471- } catch (IOException | JacksonException e ) {
2471+ } catch (JacksonException e ) {
24722472 throw new ApiException (e );
24732473 }
24742474 if (memberVarReadTimeout != null ) {
@@ -2554,7 +2554,7 @@ public ApiResponse<Void> testJsonFormDataWithHttpInfo(@javax.annotation.Nonnull
25542554 localVarResponseBody .close ();
25552555 }
25562556 }
2557- } catch (IOException | JacksonException e ) {
2557+ } catch (IOException e ) {
25582558 throw new ApiException (e );
25592559 }
25602560 catch (InterruptedException e ) {
@@ -2695,7 +2695,7 @@ public ApiResponse<Void> testQueryParameterCollectionFormatWithHttpInfo(@javax.a
26952695 localVarResponseBody .close ();
26962696 }
26972697 }
2698- } catch (IOException | JacksonException e ) {
2698+ } catch (IOException e ) {
26992699 throw new ApiException (e );
27002700 }
27012701 catch (InterruptedException e ) {
@@ -2837,7 +2837,7 @@ public ApiResponse<Void> testStringMapReferenceWithHttpInfo(@javax.annotation.No
28372837 localVarResponseBody .close ();
28382838 }
28392839 }
2840- } catch (IOException | JacksonException e ) {
2840+ } catch (IOException e ) {
28412841 throw new ApiException (e );
28422842 }
28432843 catch (InterruptedException e ) {
@@ -2864,7 +2864,7 @@ private HttpRequest.Builder testStringMapReferenceRequestBuilder(@javax.annotati
28642864 try {
28652865 byte [] localVarPostBody = memberVarObjectMapper .writeValueAsBytes (requestBody );
28662866 localVarRequestBuilder .method ("POST" , HttpRequest .BodyPublishers .ofByteArray (localVarPostBody ));
2867- } catch (IOException | JacksonException e ) {
2867+ } catch (JacksonException e ) {
28682868 throw new ApiException (e );
28692869 }
28702870 if (memberVarReadTimeout != null ) {
0 commit comments