Class InvalidStashRepositoryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.atlassian.bamboo.repository.RepositoryException
com.atlassian.bamboo.repository.InvalidRepositoryException
com.atlassian.bamboo.plugins.stash.repository.InvalidStashRepositoryException
- All Implemented Interfaces:
Serializable
We need to know that exception is Stash related.
The same time we need to know if it's invalid repository exception.
Making it right would require many changes in code. So for now we will have two stash related exceptions...
- See Also:
-
Constructor Summary
ConstructorDescriptionInvalidStashRepositoryException
(InvalidRepositoryException exc, long repositoryId) -
Method Summary
Methods inherited from class com.atlassian.bamboo.repository.InvalidRepositoryException
handleInvalidRepositoryIfAppropriate
Methods inherited from class com.atlassian.bamboo.repository.RepositoryException
getRepositoryId, getStderr, getStdout
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidStashRepositoryException
-