org.apache.james.queue.api
Class MailQueue.MailQueueException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by javax.mail.MessagingException
              extended by org.apache.james.queue.api.MailQueue.MailQueueException
All Implemented Interfaces:
java.io.Serializable
Enclosing interface:
MailQueue

public static class MailQueue.MailQueueException
extends javax.mail.MessagingException

Exception which will get thrown if any problems occur while working the MailQueue

See Also:
Serialized Form

Constructor Summary
MailQueue.MailQueueException(java.lang.String msg)
           
MailQueue.MailQueueException(java.lang.String msg, java.lang.Exception e)
           
 
Method Summary
 
Methods inherited from class javax.mail.MessagingException
getCause, getNextException, setNextException, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MailQueue.MailQueueException

public MailQueue.MailQueueException(java.lang.String msg,
                                    java.lang.Exception e)

MailQueue.MailQueueException

public MailQueue.MailQueueException(java.lang.String msg)


Copyright © 2002-2010 The Apache Software Foundation. All Rights Reserved.