Example #1
0
 protected void checkForExceptions(ReturnValue returnValue) {
   if (returnValue.getException() != null) {
     throw returnValue.getException();
   }
 }