Class CommandNotAvailable

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.nuxeo.ecm.platform.commandline.executor.api.CommandNotAvailable
All Implemented Interfaces:
Serializable

public class CommandNotAvailable extends Exception
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 Details

  • Constructor Details

  • Method Details

    • getInstallMessage

      public String getInstallMessage()
    • getErrorMessage

      public String getErrorMessage()
    • getMessage

      public String getMessage()
      Overrides:
      getMessage in class Throwable
      Since:
      5.5