Package com.teamdev.jxbrowser.engine
Class ChromiumBinariesDeliveryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.teamdev.jxbrowser.engine.EngineInitializationException
com.teamdev.jxbrowser.engine.ChromiumBinariesDeliveryException
- All Implemented Interfaces:
Serializable
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 Summary
ConstructorDescriptionChromiumBinariesDeliveryException
(String message) Constructs aChromiumBinariesSetupException
with the given message.ChromiumBinariesDeliveryException
(String message, Throwable cause) Constructs aChromiumBinariesSetupException
with the given message and cause.Constructs aChromiumBinariesSetupException
with the given cause. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ChromiumBinariesDeliveryException
Constructs aChromiumBinariesSetupException
with the given message.- Parameters:
message
- the message
-
ChromiumBinariesDeliveryException
Constructs aChromiumBinariesSetupException
with the given cause.- Parameters:
cause
- the cause
-
ChromiumBinariesDeliveryException
Constructs aChromiumBinariesSetupException
with the given message and cause.- Parameters:
message
- the messagecause
- the cause
-