org.objectledge.mail
Class LostAdministrativeRequestException

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

public class LostAdministrativeRequestException
extends MailingListsException

Thrown when on operation is attempted on an administrative request that was removed from the DB probably because of using the manager's own UI.

Version:
$Id: LostAdministrativeRequestException.java,v 1.1 2006/04/27 10:42:04 rafal Exp $
Author:
RafaƂ Krzewski
See Also:
Serialized Form

Constructor Summary
LostAdministrativeRequestException(String msg)
          Creates a new LostAdministrativeRequestException 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

LostAdministrativeRequestException

public LostAdministrativeRequestException(String msg)
Creates a new LostAdministrativeRequestException instance.

Parameters:
msg -


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