Class ChromiumBinariesDeliveryException

All Implemented Interfaces:
Serializable

public final class ChromiumBinariesDeliveryException extends EngineInitializationException
Thrown when the verification of the Chromium binary files has failed and the binaries cannot be extracted from the resources.
Since:
7.35
See Also:
  • Constructor Details

    • ChromiumBinariesDeliveryException

      public ChromiumBinariesDeliveryException(String message)
      Constructs a ChromiumBinariesSetupException with the given message.
      Parameters:
      message - the message
    • ChromiumBinariesDeliveryException

      public ChromiumBinariesDeliveryException(Throwable cause)
      Constructs a ChromiumBinariesSetupException with the given cause.
      Parameters:
      cause - the cause
    • ChromiumBinariesDeliveryException

      public ChromiumBinariesDeliveryException(String message, Throwable cause)
      Constructs a ChromiumBinariesSetupException with the given message and cause.
      Parameters:
      message - the message
      cause - the cause