org.ploin.pmf
Class MailFactoryException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.ploin.pmf.MailFactoryException
All Implemented Interfaces:
Serializable

public class MailFactoryException
extends Exception

Only exception that can be thrown by methods of the IMailFactory interface.

See Also:
Serialized Form

Constructor Summary
MailFactoryException()
           
MailFactoryException(String message)
           
MailFactoryException(String message, Throwable cause)
           
MailFactoryException(Throwable cause)
           
 
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

MailFactoryException

public MailFactoryException()

MailFactoryException

public MailFactoryException(String message)

MailFactoryException

public MailFactoryException(Throwable cause)

MailFactoryException

public MailFactoryException(String message,
                            Throwable cause)


Copyright © 2012 PLOIN GmbH. All Rights Reserved.