Package com.atlassian.bamboo.command
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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CommandException(String message)
Create an exception containing the messageCommandException(String message, Throwable cause)
Create an exception containing the message and root cause
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
CommandException
public CommandException(String message)
Create an exception containing the message- Parameters:
message
- The error message
-
-