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, toStringpublic CommandException(String message)
message - The error messageCopyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.