Package com.teamdev.jxbrowser.engine
Class SandboxNotSupportedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.teamdev.jxbrowser.engine.EngineInitializationException
com.teamdev.jxbrowser.engine.ChromiumProcessStartupFailureException
com.teamdev.jxbrowser.engine.SandboxNotSupportedException
- All Implemented Interfaces:
Serializable
Thrown when the current environment does not support running the engine in sandbox mode,
and sandboxing was not explicitly disabled.
- Since:
- 8.13.0
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSandboxNotSupportedException(String message) Constructs a newSandboxNotSupportedExceptionwith the specified detail message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SandboxNotSupportedException
Constructs a newSandboxNotSupportedExceptionwith the specified detail message.- Parameters:
message- the detail message
-