ClientStubGenException.java

00001 
00026 package org.objectweb.jonas_lib.genclientstub;
00027 
00028 import org.objectweb.jonas_lib.genbase.GenBaseException;
00029 
00034 public class ClientStubGenException extends GenBaseException {
00035 
00039     public ClientStubGenException() {
00040         super();
00041     }
00042 
00047     public ClientStubGenException(String msg) {
00048         super(msg);
00049     }
00050 
00055     public ClientStubGenException(Exception inner) {
00056         super(inner);
00057     }
00058 
00064     public ClientStubGenException(String msg, Exception inner) {
00065         super(msg, inner);
00066     }
00067 }

Generated on Tue Feb 15 15:05:54 2005 for JOnAS by  doxygen 1.3.9.1