Class UnknownTaskException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.vaadin.flow.server.frontend.UnknownTaskException
All Implemented Interfaces:
Serializable

public class UnknownTaskException extends RuntimeException
Exception thrown for when a node task that is not in the task list is encountered.

For internal use only. May be renamed or removed in a future release.

See Also:
  • Constructor Details

    • UnknownTaskException

      public UnknownTaskException(FallibleCommand command)
      Exception constructor.
      Parameters:
      command - command that was not found