/[Apache-SVN]/incubator/jdo/trunk/ri11/src/java/org/apache/jdo/model/ModelVetoException.java
ViewVC logotype

Diff of /incubator/jdo/trunk/ri11/src/java/org/apache/jdo/model/ModelVetoException.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

--- incubator/jdo/trunk/ri11/src/java/org/apache/jdo/model/ModelVetoException.java	2005/04/20 21:43:27	162078
+++ incubator/jdo/trunk/ri11/src/java/org/apache/jdo/model/ModelVetoException.java	2005/04/20 21:45:34	162079
@@ -44,6 +44,16 @@ public class ModelVetoException
 
     /** 
      * Constructs a new <code>ModelVetoException</code> with the specified
+     * cause.
+     * @param cause the cause <code>Throwable</code>.
+     */
+    public ModelVetoException(Throwable cause) 
+    {
+        super("", cause);
+    }
+
+    /** 
+     * Constructs a new <code>ModelVetoException</code> with the specified
      * detail message and cause.
      * @param msg the detail message.
      * @param cause the cause <code>Throwable</code>.

 

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26