org.objectledge.mail
Class MailingListsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.objectledge.mail.MailingListsException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- InvalidListNameException, ListAlreadyExistsException, LostAdministrativeRequestException, MailingListsAuthenticationException, NeedApprovalException, NeedConfirmationException
public class MailingListsException
- extends Exception
Thrown to indicate various problems in mailing lists management subsystem.
- Version:
- $Id: MailingListsException.java,v 1.1 2006/03/29 15:54:48 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 |
MailingListsException
public MailingListsException(String msg)
- Creates a new exception instance.
- Parameters:
msg - the detail message.
MailingListsException
public MailingListsException(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.