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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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 messagecause
- The root cause
Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.