Class StashRepositoryException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.atlassian.bamboo.repository.RepositoryException
-
- com.atlassian.bamboo.plugins.stash.repository.StashRepositoryException
-
- All Implemented Interfaces:
Serializable
public class StashRepositoryException extends RepositoryException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description StashRepositoryException(String message, Throwable cause, long repositoryId)
StashRepositoryException(Throwable cause, long repositoryId)
-
Method Summary
-
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
-
-