Class CommandNotAvailable
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.nuxeo.ecm.platform.commandline.executor.api.CommandNotAvailable
- All Implemented Interfaces:
Serializable
Exception indicating that the target command is not available:
- because it was never registered,
- because it was disabled,
- because the target command is not installed on the server *.
- Author:
- tiry
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
availability
-
-
Constructor Details
-
CommandNotAvailable
-
-
Method Details
-
getInstallMessage
-
getErrorMessage
-
getMessage
- Overrides:
getMessage
in classThrowable
- Since:
- 5.5
-