WSDeploymentDescException.java

00001 
00027 package org.objectweb.jonas_ws.deployment.api;
00028 
00029 
00030 import org.objectweb.jonas_lib.deployment.api.DeploymentDescException;
00031 
00039 public class WSDeploymentDescException extends DeploymentDescException {
00040 
00045     public WSDeploymentDescException() {
00046         super();
00047     }
00048 
00055     public WSDeploymentDescException(String message) {
00056         super(message);
00057     }
00058 
00066     public WSDeploymentDescException(String message,
00067                                      Throwable cause) {
00068         super(message, cause);
00069     }
00070 
00077     public WSDeploymentDescException(Throwable cause) {
00078         super(cause);
00079     }
00080 
00081 }

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