Class DefaultResponseExceptionMapper

  • All Implemented Interfaces:
    org.eclipse.microprofile.rest.client.ext.ResponseExceptionMapper<Throwable>

    @Priority(2147483647)
    @Vetoed
    public class DefaultResponseExceptionMapper
    extends Object
    implements org.eclipse.microprofile.rest.client.ext.ResponseExceptionMapper<Throwable>
    • Constructor Detail

      • DefaultResponseExceptionMapper

        public DefaultResponseExceptionMapper()
    • Method Detail

      • toThrowable

        public Throwable toThrowable​(javax.ws.rs.core.Response response)
        Specified by:
        toThrowable in interface org.eclipse.microprofile.rest.client.ext.ResponseExceptionMapper<Throwable>