public class CommandExecutionException extends Exception
| Constructor and Description |
|---|
CommandExecutionException(String description)
Creates a new exception.
|
CommandExecutionException(String description,
Throwable cause)
Creates a new exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic CommandExecutionException(String description)
description - description of the exceptionCopyright © 2015. All rights reserved.