Class RepositoryServiceNotFoundException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
sonia.scm.repository.api.RepositoryServiceNotFoundException
All Implemented Interfaces:
Serializable

public final class RepositoryServiceNotFoundException extends RuntimeException
This exception is throw if no RepositoryService is available for the given Repository.
Since:
1.17
See Also:
  • Constructor Details

    • RepositoryServiceNotFoundException

      public RepositoryServiceNotFoundException(Repository repository)
  • Method Details

    • getRepository

      public Repository getRepository()
      Returns the unsupported repository.