Liferay 6.1.2-ce-ga3

com.liferay.util.mail
Class MailEngineException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.liferay.portal.kernel.exception.NestableException
              extended by com.liferay.util.mail.MailEngineException
All Implemented Interfaces:
Serializable

public class MailEngineException
extends NestableException

See Also:
Serialized Form

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

MailEngineException

public MailEngineException()

MailEngineException

public MailEngineException(String msg)

MailEngineException

public MailEngineException(String msg,
                           Throwable cause)

MailEngineException

public MailEngineException(Throwable cause)

Liferay 6.1.2-ce-ga3