org.objectledge.mail
Class MailingListsException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

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

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.