NoJ2EEWebservicesException.java

00001 
00025 package org.objectweb.jonas_ws.wsgen;
00026 
00027 
00033 public class NoJ2EEWebservicesException extends WsGenException {
00034 
00038     public NoJ2EEWebservicesException() {
00039         super();
00040     }
00041 
00046     public NoJ2EEWebservicesException(String msg) {
00047         super(msg);
00048     }
00049 
00054     public NoJ2EEWebservicesException(Exception inner) {
00055         super(inner);
00056     }
00057 
00063     public NoJ2EEWebservicesException(String msg, Exception inner) {
00064         super(msg, inner);
00065     }
00066 
00067 }

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