[richfaces-svn-commits] JBoss Rich Faces SVN: r1191 - trunk/sandbox/scrollable-grid/src/main/java/org/richfaces/model.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Thu Jun 14 13:45:11 EDT 2007


Author: abelevich
Date: 2007-06-14 13:45:11 -0400 (Thu, 14 Jun 2007)
New Revision: 1191

Removed:
   trunk/sandbox/scrollable-grid/src/main/java/org/richfaces/model/IOExceptionWrapper.java
Log:


Deleted: trunk/sandbox/scrollable-grid/src/main/java/org/richfaces/model/IOExceptionWrapper.java
===================================================================
--- trunk/sandbox/scrollable-grid/src/main/java/org/richfaces/model/IOExceptionWrapper.java	2007-06-14 17:20:40 UTC (rev 1190)
+++ trunk/sandbox/scrollable-grid/src/main/java/org/richfaces/model/IOExceptionWrapper.java	2007-06-14 17:45:11 UTC (rev 1191)
@@ -1,28 +0,0 @@
-/*
- *  Copyright
- *      Copyright (c) Exadel,Inc. 2007
- *      All rights reserved.
- *  
- *  History
- *      $Source: /cvs-master/intralinks-jsf-comps/components/data-view-grid/src/component/com/exadel/jsf/model/IOExceptionWrapper.java,v $
- *      $Revision: 1.1 $ 
- */
-
-package org.richfaces.model;
-
-import java.io.IOException;
-
-public final class IOExceptionWrapper extends RuntimeException {
-	private static final long serialVersionUID = -1173652671552790659L;
-
-	private IOException wrappedException;
-
-	public IOExceptionWrapper(IOException wrapped) {
-		super();
-		this.wrappedException = wrapped;
-	}
-
-	public IOException getWrappedException() {
-		return wrappedException;
-	}
-}
\ No newline at end of file




More information about the richfaces-svn-commits mailing list