DeployerLogException.java

00001 
00027 package org.objectweb.jonas_lib.deployment.work;
00028 
00036 public class DeployerLogException extends Exception {
00037 
00041     public DeployerLogException() {
00042         super();
00043     }
00044 
00049     public DeployerLogException(String message) {
00050         super(message);
00051     }
00052 }

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