public class MirrorUpdateRefsCommandFailedException extends CommandFailedException
| Constructor and Description |
|---|
MirrorUpdateRefsCommandFailedException(KeyedMessage message,
Collection<RefChange> failedChanges) |
MirrorUpdateRefsCommandFailedException(KeyedMessage message,
Throwable cause,
Iterable<RefChange> failedChanges) |
| Modifier and Type | Method and Description |
|---|---|
List<RefChange> |
getFailedChanges() |
getKeyedMessage, getLocalizedMessage, getMessageKeyaddSuppressed, fillInStackTrace, getCause, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic MirrorUpdateRefsCommandFailedException(@Nonnull KeyedMessage message, @Nonnull Collection<RefChange> failedChanges)
Copyright © 2020 Atlassian. All rights reserved.