org.objectweb.jonas.mail
Class MailServiceException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--org.objectweb.jonas.service.ServiceException
                          |
                          +--org.objectweb.jonas.mail.MailServiceException
All Implemented Interfaces:
java.io.Serializable

public class MailServiceException
extends ServiceException

The class MailServiceException that indicates conditions that a reasonable application might want to catch.

Author:
Ludovic Bert, Florent Benoit
See Also:
Serialized Form

Constructor Summary
MailServiceException(java.lang.String message)
          Constructs a new MailServiceException with the specified message.
MailServiceException(java.lang.String message, java.lang.Throwable throwable)
          Constructs a new MailServiceException with the specified message.
 
Methods inherited from class org.objectweb.jonas.service.ServiceException
getCause, getMessage, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MailServiceException

public MailServiceException(java.lang.String message)
Constructs a new MailServiceException with the specified message.
Parameters:
message - the detail message.

MailServiceException

public MailServiceException(java.lang.String message,
                            java.lang.Throwable throwable)
Constructs a new MailServiceException with the specified message.
Parameters:
message - the detail message.
throwable - the exception