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
-
Field Summary
Fields inherited from interface org.eclipse.microprofile.rest.client.ext.ResponseExceptionMapper
DEFAULT_PRIORITY -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.eclipse.microprofile.rest.client.ext.ResponseExceptionMapper
handles
-
Constructor Details
-
DefaultMicroprofileRestClientExceptionMapper
public DefaultMicroprofileRestClientExceptionMapper()
-
-
Method Details
-
toThrowable
- Specified by:
toThrowablein interfaceorg.eclipse.microprofile.rest.client.ext.ResponseExceptionMapper
-
getPriority
public int getPriority()- Specified by:
getPriorityin interfaceorg.eclipse.microprofile.rest.client.ext.ResponseExceptionMapper
-