org.objectledge.mail
Class MailingListsAuthenticationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.objectledge.mail.MailingListsException
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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.