case 404:
return new CmisObjectNotFoundException(message, errorContent, t);
case 405:
return new CmisNotSupportedException(message, errorContent, t);
case 407:
return new CmisProxyAuthenticationException(message, errorContent, t);
case 409:
if (CmisContentAlreadyExistsException.EXCEPTION_NAME.equals(exception)) {
return new CmisContentAlreadyExistsException(message, errorContent, t);
} else if (CmisVersioningException.EXCEPTION_NAME.equals(exception)) {
return new CmisVersioningException(message, errorContent, t);