org.abstracthorizon.mercury.imap.cmd
Class MissingMailbox

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.abstracthorizon.danube.connection.ConnectionException
                  extended by org.abstracthorizon.mercury.common.command.CommandException
                      extended by org.abstracthorizon.mercury.imap.IMAPCommandException
                          extended by org.abstracthorizon.mercury.imap.NOCommandException
                              extended by org.abstracthorizon.mercury.imap.cmd.MissingMailbox
All Implemented Interfaces:
Serializable

public class MissingMailbox
extends NOCommandException

A class representing NOCommand exception in case when mailbox is missing

Author:
Daniel Sendula
See Also:
Serialized Form

Constructor Summary
MissingMailbox(String mailbox)
          Constructor
 
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

MissingMailbox

public MissingMailbox(String mailbox)
Constructor

Parameters:
mailbox - mailbox


Copyright © 2005-2009 Abstract Horizon. All Rights Reserved.