WSServiceException.java

00001 
00027 package org.objectweb.jonas.ws;
00028 
00029 
00030 //import jonas
00031 import org.objectweb.jonas.service.ServiceException;
00032 
00038 public class WSServiceException extends ServiceException {
00039 
00045     public WSServiceException(String message) {
00046         super(message, null);
00047     }
00048 
00055     public WSServiceException(String message, Throwable throwable) {
00056         super(message, throwable);
00057     }
00058 }

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