com.xebialabs.deployit.booter.remote.resteasy
Class InternalServerErrorClientResponseInterceptor

java.lang.Object
  extended by com.xebialabs.deployit.booter.remote.resteasy.InternalServerErrorClientResponseInterceptor
All Implemented Interfaces:
org.jboss.resteasy.client.core.ClientErrorInterceptor

@Provider
public class InternalServerErrorClientResponseInterceptor
extends java.lang.Object
implements org.jboss.resteasy.client.core.ClientErrorInterceptor


Constructor Summary
InternalServerErrorClientResponseInterceptor()
           
 
Method Summary
 void handle(org.jboss.resteasy.client.ClientResponse<?> clientResponse)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InternalServerErrorClientResponseInterceptor

public InternalServerErrorClientResponseInterceptor()
Method Detail

handle

public void handle(org.jboss.resteasy.client.ClientResponse<?> clientResponse)
            throws DeployitClientException
Specified by:
handle in interface org.jboss.resteasy.client.core.ClientErrorInterceptor
Throws:
DeployitClientException