org.blojsom.plugin.notification
Class EmailNotificationFailedException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.blojsom.plugin.notification.EmailNotificationFailedException
All Implemented Interfaces:
java.io.Serializable

public class EmailNotificationFailedException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
EmailNotificationFailedException()
          Construct a new instance of the e-mail notification failed exception
EmailNotificationFailedException(java.lang.Throwable cause)
          Construct a new instance of the e-mail notification failed exception
 
Method Summary
protected  java.lang.Object[] getMessageArguments()
          Get the message arguments
 
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

EmailNotificationFailedException

public EmailNotificationFailedException()
Construct a new instance of the e-mail notification failed exception


EmailNotificationFailedException

public EmailNotificationFailedException(java.lang.Throwable cause)
Construct a new instance of the e-mail notification failed exception

Parameters:
cause - Cause of the failure
Method Detail

getMessageArguments

protected java.lang.Object[] getMessageArguments()
Get the message arguments

Returns:
Message arguments