Class DefaultMicroprofileRestClientExceptionMapper
- java.lang.Object
-
- io.quarkus.rest.client.reactive.runtime.DefaultMicroprofileRestClientExceptionMapper
-
- All Implemented Interfaces:
org.eclipse.microprofile.rest.client.ext.ResponseExceptionMapper
public class DefaultMicroprofileRestClientExceptionMapper extends Object implements org.eclipse.microprofile.rest.client.ext.ResponseExceptionMapper
-
-
Constructor Summary
Constructors Constructor Description DefaultMicroprofileRestClientExceptionMapper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetPriority()booleanhandles(int status, jakarta.ws.rs.core.MultivaluedMap headers)ThrowabletoThrowable(jakarta.ws.rs.core.Response response)
-
-
-
Method Detail
-
toThrowable
public Throwable toThrowable(jakarta.ws.rs.core.Response response)
- Specified by:
toThrowablein interfaceorg.eclipse.microprofile.rest.client.ext.ResponseExceptionMapper
-
handles
public boolean handles(int status, jakarta.ws.rs.core.MultivaluedMap headers)- Specified by:
handlesin interfaceorg.eclipse.microprofile.rest.client.ext.ResponseExceptionMapper
-
getPriority
public int getPriority()
- Specified by:
getPriorityin interfaceorg.eclipse.microprofile.rest.client.ext.ResponseExceptionMapper
-
-