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
This class types coomand errors.
- See Also:
-
Constructor Summary
ConstructorDescriptionCommandException
(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 Details
-
CommandException
Create an exception containing the message- Parameters:
message
- The error message
-
CommandException
Create an exception containing the message and root cause- Parameters:
message
- The error messagecause
- The root cause
-