{
return new ResteasyHttpHostConnectException(e);
}
if (MalformedChunkCodingException.class.equals(e.getClass()))
{
return new ResteasyMalformedChunkCodingException(e);
}
if (NoHttpResponseException.class.equals(e.getClass()))
{
return new ResteasyNoHttpResponseException(e);
}