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
-
-
Constructor Summary
Constructors Constructor Description DefaultResponseExceptionMapper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getPriority()
boolean
handles(int status, javax.ws.rs.core.MultivaluedMap headers)
Throwable
toThrowable(javax.ws.rs.core.Response response)
-
-
-
Method Detail
-
toThrowable
public Throwable toThrowable(javax.ws.rs.core.Response response)
- Specified by:
toThrowable
in interfaceorg.eclipse.microprofile.rest.client.ext.ResponseExceptionMapper
-
handles
public boolean handles(int status, javax.ws.rs.core.MultivaluedMap headers)
- Specified by:
handles
in interfaceorg.eclipse.microprofile.rest.client.ext.ResponseExceptionMapper
-
getPriority
public int getPriority()
- Specified by:
getPriority
in interfaceorg.eclipse.microprofile.rest.client.ext.ResponseExceptionMapper
-
-