public class

NoSuchRepositoryException

extends NoSuchEntityException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ com.atlassian.stash.exception.ServiceException
           ↳ com.atlassian.stash.exception.NoSuchEntityException
             ↳ com.atlassian.stash.exception.NoSuchRepositoryException

Summary

Public Constructors
@Deprecated NoSuchRepositoryException(KeyedMessage message, String projectKey)
This constructor is deprecated. in 2.4 for removal in 3.0. Use NoSuchRepositoryException(KeyedMessage, Project) instead.
@Deprecated NoSuchRepositoryException(KeyedMessage message, Throwable cause, String projectKey)
This constructor is deprecated. in 2.4 for removal in 3.0. Use NoSuchRepositoryException(KeyedMessage, Throwable, Project) instead.
NoSuchRepositoryException(KeyedMessage message, Project project)
NoSuchRepositoryException(KeyedMessage message, Throwable cause, Project project)
Public Methods
@Nullable Project getProject()
@Nullable @Deprecated String getProjectKey()
This method is deprecated. in 2.4 for removal in 3.0. Use getProject() instead.
[Expand]
Inherited Methods
From class com.atlassian.stash.exception.ServiceException
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

@Deprecated public NoSuchRepositoryException (KeyedMessage message, String projectKey)

This constructor is deprecated.
in 2.4 for removal in 3.0. Use NoSuchRepositoryException(KeyedMessage, Project) instead.

@Deprecated public NoSuchRepositoryException (KeyedMessage message, Throwable cause, String projectKey)

This constructor is deprecated.
in 2.4 for removal in 3.0. Use NoSuchRepositoryException(KeyedMessage, Throwable, Project) instead.

public NoSuchRepositoryException (KeyedMessage message, Project project)

public NoSuchRepositoryException (KeyedMessage message, Throwable cause, Project project)

Public Methods

@Nullable public Project getProject ()

@Nullable @Deprecated public String getProjectKey ()

This method is deprecated.
in 2.4 for removal in 3.0. Use getProject() instead.