Class UserDataDirectoryAlreadyInUseException

All Implemented Interfaces:
Serializable

public final class UserDataDirectoryAlreadyInUseException extends EngineInitializationException
Thrown when the user data directory is already used by another Engine instance in this or another Java application.
See Also:
  • Constructor Details

    • UserDataDirectoryAlreadyInUseException

      public UserDataDirectoryAlreadyInUseException(Path userDataDir)
      Constructs a new instance of UserDataDirectoryAlreadyInUseException with the given userDataDir.
      Parameters:
      userDataDir - an absolute path to the user data directory that is used by another engine instance.