public final class ChromiumProcessStartupFailureException extends EngineInitializationException
The Chromium process might be prevented from startup by antivirus software installed in the environment. This exception is thrown in such cases.
| Constructor and Description |
|---|
ChromiumProcessStartupFailureException()
Constructs a new instance of the
ChromiumProcessStartupFailureException. |
ChromiumProcessStartupFailureException(ExitCode exitCode)
Constructs a new instance of the
ChromiumProcessStartupFailureException with the
given exit code. |
public ChromiumProcessStartupFailureException()
ChromiumProcessStartupFailureException.public ChromiumProcessStartupFailureException(ExitCode exitCode)
ChromiumProcessStartupFailureException with the
given exit code.exitCode - the code returned by the Chromium process