Class UserDataDirectoryCreationException

All Implemented Interfaces:
Serializable

public final class UserDataDirectoryCreationException extends EngineInitializationException
Thrown when the user data directory does not exist and cannot be created.
See Also:
  • Constructor Details

    • UserDataDirectoryCreationException

      public UserDataDirectoryCreationException(Path userDataDir)
      Constructs a UserDataDirectoryCreationException with the given userDataDir.
      Parameters:
      userDataDir - the absolute path to the user data directory that cannot be created