Package com.atlassian.bamboo.repository
Class RepositoryBranchDeletedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.atlassian.bamboo.repository.RepositoryException
com.atlassian.bamboo.repository.RepositoryBranchDeletedException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorDescriptionRepositoryBranchDeletedException
(@NotNull String message, long repositoryId) RepositoryBranchDeletedException
(@NotNull String message, @Nullable Throwable cause) RepositoryBranchDeletedException
(@Nullable Throwable cause, long repositoryId) RepositoryBranchDeletedException
(String message, @Nullable Throwable cause, String stdout, String stderr) RepositoryBranchDeletedException
(String message, String stdout, String stderr) RepositoryBranchDeletedException
(String message, Throwable cause, String stdout, String stderr, 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
-
Constructor Details
-
RepositoryBranchDeletedException
-
RepositoryBranchDeletedException
-
RepositoryBranchDeletedException
-
RepositoryBranchDeletedException
-
RepositoryBranchDeletedException
-
RepositoryBranchDeletedException
-