hudson.plugins.im.bot
Class CommandException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by hudson.plugins.im.bot.CommandException
All Implemented Interfaces:
java.io.Serializable

public class CommandException
extends java.lang.Exception

Is thrown when a bot command couldn't be executed.

Author:
kutzi
See Also:
Serialized Form

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

CommandException

public CommandException(java.lang.String message)

CommandException

public CommandException(java.lang.Throwable cause)

CommandException

public CommandException(java.lang.String message,
                        java.lang.Throwable cause)
Method Detail

getReplyMessage

public java.lang.String getReplyMessage()


Copyright © 2010. All Rights Reserved.