org.deegree_impl.tools.mail
Class SendMailException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.deegree_impl.tools.mail.SendMailException
All Implemented Interfaces:
java.io.Serializable

public class SendMailException
extends java.lang.Exception
implements java.io.Serializable

This exception is an application exception thrown by the mail component

Version:
$Revision: 1.1 $
Author:
Torsten Friebe
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
SendMailException()
          Creates a new SendMailException object.
SendMailException(java.lang.String str)
          Creates a new SendMailException object.
 
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()
Creates a new SendMailException object.


SendMailException

public SendMailException(java.lang.String str)
Creates a new SendMailException object.

Parameters:
str -