public class RepositoryBranchDeletedException extends RepositoryException
| Constructor and Description |
|---|
RepositoryBranchDeletedException(String message,
long repositoryId) |
RepositoryBranchDeletedException(String message,
String stdout,
String stderr) |
RepositoryBranchDeletedException(String message,
Throwable cause) |
RepositoryBranchDeletedException(String message,
Throwable cause,
String stdout,
String stderr) |
RepositoryBranchDeletedException(String message,
Throwable cause,
String stdout,
String stderr,
long repositoryId) |
RepositoryBranchDeletedException(Throwable cause,
long repositoryId) |
getRepositoryId, getStderr, getStdoutaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic RepositoryBranchDeletedException(@NotNull
String message,
long repositoryId)
public RepositoryBranchDeletedException(@Nullable
Throwable cause,
long repositoryId)
public RepositoryBranchDeletedException(@NotNull
String message,
@Nullable
Throwable cause)
public RepositoryBranchDeletedException(String message, String stdout, String stderr)
public RepositoryBranchDeletedException(String message, @Nullable Throwable cause, String stdout, String stderr)
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.