Class MirrorUpdateRefsCommandFailedException

All Implemented Interfaces:
Serializable

public class MirrorUpdateRefsCommandFailedException extends CommandFailedException
Since:
4.2
See Also:
  • Constructor Details

    • MirrorUpdateRefsCommandFailedException

      public MirrorUpdateRefsCommandFailedException(@Nonnull KeyedMessage message, @Nonnull Collection<RefChange> failedChanges)
    • MirrorUpdateRefsCommandFailedException

      public MirrorUpdateRefsCommandFailedException(@Nonnull KeyedMessage message, @Nullable Throwable cause, @Nonnull Iterable<RefChange> failedChanges)
  • Method Details

    • getFailedChanges

      @Nonnull public List<RefChange> getFailedChanges()