org.objectledge.mail
Class MailingListsAuthenticationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.objectledge.mail.MailingListsException
              extended by org.objectledge.mail.MailingListsAuthenticationException
All Implemented Interfaces:
Serializable

public class MailingListsAuthenticationException
extends MailingListsException

Thrown to indicate authentication problem in accessing mailing lists.

Version:
$Id: MailingListsAuthenticationException.java,v 1.1 2006/03/30 14:45:21 pablo Exp $
Author:
Pawel Potempski
See Also:
Serialized Form

Constructor Summary
MailingListsAuthenticationException(String msg)
          Creates a new exception instance.
MailingListsAuthenticationException(String msg, Throwable cause)
          Creates a new exception instance.
 
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

MailingListsAuthenticationException

public MailingListsAuthenticationException(String msg)
Creates a new exception instance.

Parameters:
msg - the detail message.

MailingListsAuthenticationException

public MailingListsAuthenticationException(String msg,
                                           Throwable cause)
Creates a new exception instance.

Parameters:
msg - the detail message.
cause - the cause of the exception.


Copyright © 2003-2006 objectledge.org. All Rights Reserved.