org.abstracthorizon.mercury.imap
Class IMAPCommandException

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
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
BADCommandException, NOCommandException

public class IMAPCommandException
extends CommandException

Exceptions thrown by IMAP commands.

Author:
Daniel Sendula
See Also:
Serialized Form

Constructor Summary
IMAPCommandException()
          Constructor
IMAPCommandException(Exception e)
          Constructor
IMAPCommandException(String msg)
          Constructor
IMAPCommandException(String msg, Exception e)
          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

IMAPCommandException

public IMAPCommandException()
Constructor


IMAPCommandException

public IMAPCommandException(String msg)
Constructor

Parameters:
msg - message

IMAPCommandException

public IMAPCommandException(String msg,
                            Exception e)
Constructor

Parameters:
msg - message
e - cause

IMAPCommandException

public IMAPCommandException(Exception e)
Constructor

Parameters:
e - cause


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