Class UnknownTaskException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.jmix.flowui.devserver.frontend.UnknownTaskException
- All Implemented Interfaces:
Serializable
Exception thrown for when a node task that is not in the task list is
encountered.
- See Also:
-
Constructor Summary
ConstructorDescriptionUnknownTaskException
(com.vaadin.flow.server.frontend.FallibleCommand command) Exception constructor. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnknownTaskException
public UnknownTaskException(com.vaadin.flow.server.frontend.FallibleCommand command) Exception constructor.- Parameters:
command
- command that was not found
-