dk.netarkivet.common.utils
Class EMailNotifications

java.lang.Object
  extended by dk.netarkivet.common.utils.Notifications
      extended by dk.netarkivet.common.utils.EMailNotifications

public class EMailNotifications
extends Notifications

Handles serious errors by sending email.


Constructor Summary
EMailNotifications()
           
 
Method Summary
 void errorEvent(java.lang.String message, java.lang.Throwable e)
          Sends an error message notification including an exception.
 
Methods inherited from class dk.netarkivet.common.utils.Notifications
errorEvent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EMailNotifications

public EMailNotifications()
Method Detail

errorEvent

public void errorEvent(java.lang.String message,
                       java.lang.Throwable e)
Sends an error message notification including an exception.

Specified by:
errorEvent in class Notifications
Parameters:
message - The error message to notify about.
e - The exception to notify about.