Class CommandException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.nuxeo.ecm.platform.commandline.executor.api.CommandException
- All Implemented Interfaces:
Serializable
Exception indicating that the target command execution failed:
- because it threw an exception,
- because it exited with a non zero return code.
- Since:
- 5.7.3
- See Also:
-
Constructor Summary
ConstructorDescriptionCommandException
(String message) CommandException
(String message, Throwable 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
-
CommandException
-