org.deegree.commons.mail
Class SendMailException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.deegree.commons.mail.SendMailException
All Implemented Interfaces:
Serializable

public class SendMailException
extends Exception

This exception is an application exception thrown by the mail component

Version:
$Revision: 30119 $,$Date: 2011-03-22 10:02:35 +0100 (Tue, 22 Mar 2011) $
Author:
Torsten Friebe, last edited by: $Author: aschmitz $
See Also:
Serialized Form

Constructor Summary
SendMailException()
           
SendMailException(String str)
           
SendMailException(String str, Throwable ex)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SendMailException

public SendMailException()

SendMailException

public SendMailException(String str)
Parameters:
str -

SendMailException

public SendMailException(String str,
                         Throwable ex)
Parameters:
str -
ex -


Copyright © 2011. All Rights Reserved.