You're viewing an older version of Vaadin JavaDoc. Please see version 24.7.6 for the latest.
com.vaadin.flow.server.frontend.

Class FrontendUtils.CommandExecutionException

    • Constructor Detail

      • CommandExecutionException

        public CommandExecutionException​(int processExitCode)

        Constructs an exception telling what code the command execution process was exited with.

        Parameters:

        processExitCode - process exit code

      • CommandExecutionException

        public CommandExecutionException​(Throwable cause)

        Constructs an exception telling what was the original exception the command execution process failed with.

        Parameters:

        cause - the cause exception of process failure.