WsGenException.java

00001 
00029 package org.objectweb.jonas_ws.wsgen;
00030 
00031 import org.objectweb.jonas_lib.genbase.GenBaseException;
00032 
00036 public class WsGenException extends GenBaseException {
00037 
00041     public WsGenException() {
00042         super();
00043     }
00044 
00049     public WsGenException(String msg) {
00050         super(msg);
00051     }
00052 
00057     public WsGenException(Exception inner) {
00058         super(inner);
00059     }
00060 
00066     public WsGenException(String msg, Exception inner) {
00067         super(msg, inner);
00068     }
00069 }

Generated on Tue Feb 15 15:06:02 2005 for JOnAS by  doxygen 1.3.9.1