Class NoSuchRepositoryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.atlassian.bitbucket.ServiceException
com.atlassian.bitbucket.NoSuchEntityException
com.atlassian.bitbucket.repository.NoSuchRepositoryException
- All Implemented Interfaces:
 Serializable
- See Also:
 
- 
Constructor Summary
ConstructorsConstructorDescriptionNoSuchRepositoryException(KeyedMessage message, Project project) NoSuchRepositoryException(KeyedMessage message, Throwable cause, Project project)  - 
Method Summary
Methods inherited from class com.atlassian.bitbucket.ServiceException
getKeyedMessage, getLocalizedMessage, getMessageKeyMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
NoSuchRepositoryException
 - 
NoSuchRepositoryException
public NoSuchRepositoryException(@Nonnull KeyedMessage message, @Nullable Throwable cause, @Nullable Project project)  
 - 
 - 
Method Details
- 
getProject
 
 -