AxisFault a = (AxisFault) e;
// This fault seems to indicate that no faces were detected on image.
if (!a.getFaultString().startsWith("System.Web.Services.Protocols.SoapException: Server was unable to process request."))
{
new ExceptionDialog(null, e, null);
e.printStackTrace();
}
}
}