Package com.teamdev.jxbrowser.engine
Class UserDataDirectoryAlreadyInUseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.teamdev.jxbrowser.engine.EngineInitializationException
com.teamdev.jxbrowser.engine.UserDataDirectoryAlreadyInUseException
- All Implemented Interfaces:
Serializable
Thrown when the user data directory is already used by another Engine instance in this or another
Java application.
- See Also:
-
Constructor Summary
ConstructorDescriptionUserDataDirectoryAlreadyInUseException
(Path userDataDir) Constructs a new instance ofUserDataDirectoryAlreadyInUseException
with the givenuserDataDir
. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UserDataDirectoryAlreadyInUseException
Constructs a new instance ofUserDataDirectoryAlreadyInUseException
with the givenuserDataDir
.- Parameters:
userDataDir
- an absolute path to the user data directory that is used by another engine instance.
-