Class ClientErrorHandler
- java.lang.Object
-
- org.jboss.resteasy.reactive.client.handlers.ClientErrorHandler
-
- All Implemented Interfaces:
ClientRestHandler,RestHandler<RestClientRequestContext>
public class ClientErrorHandler extends Object implements ClientRestHandler
Simple error handler that fails the result
-
-
Constructor Summary
Constructors Constructor Description ClientErrorHandler(LoggingScope loggingScope)
-
-
-
Constructor Detail
-
ClientErrorHandler
public ClientErrorHandler(LoggingScope loggingScope)
-
-
Method Detail
-
handle
public void handle(RestClientRequestContext requestContext) throws Exception
- Specified by:
handlein interfaceRestHandler<RestClientRequestContext>- Throws:
Exception
-
-