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
public class RepositoryBranchDeletedException extends RepositoryException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RepositoryBranchDeletedException(@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 Detail
-
RepositoryBranchDeletedException
public RepositoryBranchDeletedException(@NotNull @NotNull String message, long repositoryId)
-
RepositoryBranchDeletedException
public RepositoryBranchDeletedException(@Nullable @Nullable Throwable cause, long repositoryId)
-
RepositoryBranchDeletedException
public RepositoryBranchDeletedException(@NotNull @NotNull String message, @Nullable @Nullable Throwable cause)
-
RepositoryBranchDeletedException
public RepositoryBranchDeletedException(String message, String stdout, String stderr)
-
RepositoryBranchDeletedException
public RepositoryBranchDeletedException(String message, @Nullable @Nullable Throwable cause, String stdout, String stderr)
-
-