|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
hudson.plugins.im.bot.CommandException
public class CommandException
Is thrown when a bot command couldn't be executed.
| Constructor Summary | |
|---|---|
CommandException(java.lang.String message)
|
|
CommandException(java.lang.String message,
java.lang.Throwable cause)
|
|
CommandException(java.lang.Throwable cause)
|
|
| Method Summary | |
|---|---|
java.lang.String |
getReplyMessage()
|
| 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 CommandException(java.lang.String message)
public CommandException(java.lang.Throwable cause)
public CommandException(java.lang.String message,
java.lang.Throwable cause)
| Method Detail |
|---|
public java.lang.String getReplyMessage()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||