@Test
 public void testGetException() {
   HttpContext context = new BasicHttpContext();
   FileUploadUtils.getException(context);
 }