org.ow2.jonas.mail
Class MailServiceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.ow2.jonas.service.ServiceException
                  extended by org.ow2.jonas.mail.MailServiceException
All Implemented Interfaces:
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(String message)
          Constructs a new MailServiceException with the specified message.
MailServiceException(String message, Throwable throwable)
          Constructs a new MailServiceException with the specified message.
 
Method Summary
 
Methods inherited from class org.ow2.jonas.service.ServiceException
getMessage, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MailServiceException

public MailServiceException(String message)
Constructs a new MailServiceException with the specified message.

Parameters:
message - the detail message.

MailServiceException

public MailServiceException(String message,
                            Throwable throwable)
Constructs a new MailServiceException with the specified message.

Parameters:
message - the detail message.
throwable - the exception


Copyright © 2010 OW2 Consortium. All Rights Reserved.