MailServiceException.java

00001 
00027 package org.objectweb.jonas.mail;
00028 
00029 
00030 //import jonas
00031 import org.objectweb.jonas.service.ServiceException;
00032 
00039 public class MailServiceException extends ServiceException {
00040 
00046     public MailServiceException(String message) {
00047         super(message, null);
00048     }
00049 
00056     public MailServiceException(String message, Throwable throwable) {
00057         super(message, throwable);
00058     }
00059 }

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