Class CommandException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.atlassian.bamboo.command.CommandException
All Implemented Interfaces:
Serializable

public class CommandException extends Exception
This class types coomand errors.
See Also:
  • Constructor Details

    • CommandException

      public CommandException(String message)
      Create an exception containing the message
      Parameters:
      message - The error message
    • CommandException

      public CommandException(String message, Throwable cause)
      Create an exception containing the message and root cause
      Parameters:
      message - The error message
      cause - The root cause