public class CommandException extends Exception
Constructor and Description |
---|
CommandException(String message)
Create an exception containing the message
|
CommandException(String message,
Throwable cause)
Create an exception containing the message and root cause
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public CommandException(String message)
message
- The error messageCopyright © 2019 Atlassian Software Systems Pty Ltd. All rights reserved.