Class CommandException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.nuxeo.ecm.platform.commandline.executor.api.CommandException
-
- All Implemented Interfaces:
Serializable
public class CommandException extends Exception
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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CommandException(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
-
-