RAConfigException.java

00001 
00025 package org.objectweb.jonas_rar.raconfig;
00026 
00027 
00033 public class RAConfigException extends Exception {
00034 
00038     public RAConfigException(String message) {
00039         super(message);
00040     }
00041 
00045     public RAConfigException(Throwable cause) {
00046         super(cause);
00047     }
00048 
00053     public RAConfigException(String message, Throwable cause) {
00054         super(message, cause);
00055     }
00056 
00057 }

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