Class RepositoryAlreadyExistsException

All Implemented Interfaces:
Serializable

public class RepositoryAlreadyExistsException extends IllegalRepositoryStateException
Thrown to indicate that a repository already exists at the given repositoryDir when a new repository or fork is created.
Since:
4.8
See Also:
  • Constructor Details

    • RepositoryAlreadyExistsException

      public RepositoryAlreadyExistsException(@Nonnull KeyedMessage message, @Nonnull Path repositoryDir)
  • Method Details

    • getRepositoryDir

      @Nonnull public Path getRepositoryDir()
      Returns:
      the path of the repository that already exists.