EarServiceException.java

00001 
00027 package org.objectweb.jonas.ear;
00028 
00029 import org.objectweb.jonas.service.ServiceException;
00030 
00037 public class EarServiceException extends ServiceException {
00038 
00043     public EarServiceException(String message) {
00044         this(message, null);
00045     }
00046 
00052     public EarServiceException(String message, Throwable throwable) {
00053         super(message, throwable);
00054     }
00055 }

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