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, getMessageKey
addSuppressed, fillInStackTrace, getCause, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public MirrorUpdateRefsCommandFailedException(@Nonnull KeyedMessage message, @Nonnull Collection<RefChange> failedChanges)
Copyright © 2022 Atlassian. All rights reserved.