|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.abstracthorizon.danube.connection.ConnectionException
org.abstracthorizon.mercury.common.command.CommandException
org.abstracthorizon.mercury.imap.IMAPCommandException
org.abstracthorizon.mercury.imap.NOCommandException
public class NOCommandException
Exception for NO IMAP commands errors.
Constructor Summary | |
---|---|
NOCommandException()
Constructor |
|
NOCommandException(Exception e)
Constructor |
|
NOCommandException(String msg)
Constructor |
|
NOCommandException(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 |
---|
public NOCommandException()
public NOCommandException(String msg)
msg
- messagepublic NOCommandException(String msg, Exception e)
msg
- messagee
- causepublic NOCommandException(Exception e)
e
- cause
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |