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 intgetPriority()booleanhandles(int status, javax.ws.rs.core.MultivaluedMap headers)ThrowabletoThrowable(javax.ws.rs.core.Response response) 
 - 
 
- 
- 
Method Detail
- 
toThrowable
public Throwable toThrowable(javax.ws.rs.core.Response response)
- Specified by:
 toThrowablein interfaceorg.eclipse.microprofile.rest.client.ext.ResponseExceptionMapper
 
- 
handles
public boolean handles(int status, javax.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
 
 - 
 
 -