Class ChromiumProcessStartupFailureException

All Implemented Interfaces:
Serializable

public final class ChromiumProcessStartupFailureException extends EngineInitializationException
Thrown when startup of the Chromium process has been failed.

Antivirus software installed in the environment can prevent the Chromium process from starting up, or it may crash immediately after startup during Engine initialization. This exception is thrown in such cases.

See Also:
  • Constructor Details

    • ChromiumProcessStartupFailureException

      public ChromiumProcessStartupFailureException()
      Constructs a new instance of the ChromiumProcessStartupFailureException.
    • ChromiumProcessStartupFailureException

      public ChromiumProcessStartupFailureException(int exitCode)
      Constructs a ChromiumProcessStartupFailureException with the given exit code.
      Parameters:
      exitCode - the code returned by the Chromium process
    • ChromiumProcessStartupFailureException

      public ChromiumProcessStartupFailureException(Throwable cause)
      Constructs a ChromiumProcessStartupFailureException with the specified cause.
      Parameters:
      cause - the cause