org.apache.james.transport.mailets.debug
Class ExceptionThrowingMailet

java.lang.Object
  |
  +--org.apache.mailet.GenericMailet
        |
        +--org.apache.james.transport.mailets.debug.ExceptionThrowingMailet
All Implemented Interfaces:
Mailet, MailetConfig

public class ExceptionThrowingMailet
extends GenericMailet

Debugging purpose Mailet. Just throws an exception.

Author:
Federico Barbieri

Constructor Summary
ExceptionThrowingMailet()
           
 
Method Summary
 String getMailetInfo()
          Return a string describing this mailet.
 void service(Mail mail)
          Throw an exception if any mail is processed.
 
Methods inherited from class org.apache.mailet.GenericMailet
destroy, getInitParameter, getInitParameterNames, getMailetConfig, getMailetContext, getMailetName, init, init, log, log
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExceptionThrowingMailet

public ExceptionThrowingMailet()
Method Detail

service

public void service(Mail mail)
             throws MessagingException
Throw an exception if any mail is processed.

Specified by:
service in interface Mailet
Specified by:
service in class GenericMailet
Parameters:
mail - the mail to process
Throws:
MailetException - in all cases
MessagingException - - if an exception occurs that interferes with the mailet's normal operation occurred

getMailetInfo

public String getMailetInfo()
Return a string describing this mailet.

Specified by:
getMailetInfo in interface Mailet
Overrides:
getMailetInfo in class GenericMailet
Returns:
a string describing this mailet


"Copyright © 1999-2002 Apache Jakarta Project. All Rights Reserved."