org.melati.util
Class EmailException

Package class diagram package EmailException
java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by org.melati.util.EmailException
All Implemented Interfaces:
Serializable

public class EmailException
extends IOException

Thrown when there is a problem sending an Email.

See Also:
Serialized Form

Constructor Summary
EmailException()
          Constructor.
EmailException(String message)
          Constructor with message.
 
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

EmailException

public EmailException()
Constructor.


EmailException

public EmailException(String message)
Constructor with message.

Parameters:
message - the message


Copyright © 2000-2010 PanEris. All Rights Reserved.