Class DefaultResponseExceptionMapper
java.lang.Object
org.jboss.resteasy.microprofile.client.DefaultResponseExceptionMapper
- All Implemented Interfaces:
org.eclipse.microprofile.rest.client.ext.ResponseExceptionMapper
public class DefaultResponseExceptionMapper
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
Modifier and TypeMethodDescriptionintbooleanhandles(int status, jakarta.ws.rs.core.MultivaluedMap headers) toThrowable(jakarta.ws.rs.core.Response response)
-
Constructor Details
-
DefaultResponseExceptionMapper
public DefaultResponseExceptionMapper()
-
-
Method Details
-
toThrowable
- 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
-