{
return new ResteasyMethodNotSupportedException(e);
}
if (NonRepeatableRequestException.class.equals(e.getClass()))
{
return new ResteasyNonRepeatableRequestException(e);
}
if (NTLMEngineException.class.equals(e.getClass()))
{
return new ResteasyNTLMEngineException(e);
}