com.emarsys.ecommon.mail
Class MailingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.emarsys.ecommon.mail.MailingException
All Implemented Interfaces:
java.io.Serializable

public class MailingException
extends java.lang.RuntimeException

Indicates an error during a mailing process.

Author:
Michael "kULO" Kulovits
See Also:
Serialized Form

Constructor Summary
MailingException(java.lang.String message)
           
MailingException(java.lang.String message, java.lang.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

MailingException

public MailingException(java.lang.String message,
                        java.lang.Throwable cause)
Parameters:
message -
cause -

MailingException

public MailingException(java.lang.String message)
Parameters:
message -


Copyright © 2010 emarsys AG. All Rights Reserved.