org.springframework.social.linkedin.api.impl
Class LinkedInErrorHandler

java.lang.Object
  extended by org.springframework.web.client.DefaultResponseErrorHandler
      extended by org.springframework.social.linkedin.api.impl.LinkedInErrorHandler
All Implemented Interfaces:
ResponseErrorHandler

public class LinkedInErrorHandler
extends DefaultResponseErrorHandler


Constructor Summary
LinkedInErrorHandler()
           
 
Method Summary
 void handleError(ClientHttpResponse response)
           
 
Methods inherited from class org.springframework.web.client.DefaultResponseErrorHandler
hasError, hasError
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LinkedInErrorHandler

public LinkedInErrorHandler()
Method Detail

handleError

public void handleError(ClientHttpResponse response)
                 throws IOException
Specified by:
handleError in interface ResponseErrorHandler
Overrides:
handleError in class DefaultResponseErrorHandler
Throws:
IOException