Class CommandNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.vaadin.hilla.engine.commandrunner.CommandRunnerException
com.vaadin.hilla.engine.commandrunner.CommandNotFoundException
- All Implemented Interfaces:
Serializable
Thrown by
CommandRunner when a command is not available.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCommandNotFoundException(String message) CommandNotFoundException(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
-
CommandNotFoundException
-
CommandNotFoundException
-