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 SummaryConstructorsConstructorDescriptionUnknownTaskException(com.vaadin.flow.server.frontend.FallibleCommand command) Exception constructor.
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
UnknownTaskExceptionpublic UnknownTaskException(com.vaadin.flow.server.frontend.FallibleCommand command) Exception constructor.- Parameters:
- command- command that was not found
 
 
-