com.vaadin.flow.server.frontend.

Class 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:

    Serialized Form

    • Constructor Detail

      • UnknownTaskException

        public UnknownTaskException(FallibleCommand command)

        Exception constructor.

        Parameters:

        command - command that was not found