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

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

public class ClientErrorHandler
extends java.lang.Object

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

Author:
Solomon.Duskis

Constructor Summary
ClientErrorHandler(java.util.List<ClientErrorInterceptor> interceptors)
           
 
Method Summary
 void clientErrorHandling(BaseClientResponse clientResponse, java.lang.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(java.util.List<ClientErrorInterceptor> interceptors)
Method Detail

clientErrorHandling

public void clientErrorHandling(BaseClientResponse clientResponse,
                                java.lang.RuntimeException e)


Copyright © 2010. All Rights Reserved.