|
||||||||||
| 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.BADCommandException
public class BADCommandException
Bad command exception implementation.
| Constructor Summary | |
|---|---|
BADCommandException()
Constructor |
|
BADCommandException(Exception e)
Constructor |
|
BADCommandException(String msg)
Constructor |
|
BADCommandException(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 BADCommandException()
public BADCommandException(String msg)
msg - message
public BADCommandException(String msg,
Exception e)
msg - messagee - causepublic BADCommandException(Exception e)
e - cause
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||