Index: trunk/objectmq/src/omq/common/util/Zipper.java
===================================================================
--- trunk/objectmq/src/omq/common/util/Zipper.java	(revision 11)
+++ trunk/objectmq/src/omq/common/util/Zipper.java	(revision 12)
@@ -16,6 +16,4 @@
 			zos = new GZIPOutputStream(baos);
 			zos.write(b);
-		} catch (IOException e) {
-			throw new IOException(e.getMessage(), e);
 		} finally{
 			if(zos != null){
@@ -40,6 +38,4 @@
 				baos.write(tmpBuffer, 0, n);
 			}
-		} catch (IOException e) {
-			throw new IOException(e.getMessage(), e);
 		} finally {		
 			if(zis != null){
