org.jboss.resteasy.client.core.extractors
Class ClientErrorHandler

java.lang.Object
  extended by org.jboss.resteasy.client.core.extractors.ClientErrorHandler

public class ClientErrorHandler
extends Object

This class handles client errors (of course...).

Author:
Solomon.Duskis

Constructor Summary
ClientErrorHandler(List<ClientErrorInterceptor> interceptors)
           
 
Method Summary
 void clientErrorHandling(BaseClientResponse clientResponse, RuntimeException e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClientErrorHandler

public ClientErrorHandler(List<ClientErrorInterceptor> interceptors)
Method Detail

clientErrorHandling

public void clientErrorHandling(BaseClientResponse clientResponse,
                                RuntimeException e)


Copyright © 2011. All Rights Reserved.