public class

MirrorUpdateRefsCommandFailedException

extends CommandFailedException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ com.atlassian.bitbucket.ServiceException
           ↳ com.atlassian.bitbucket.scm.CommandException
             ↳ com.atlassian.bitbucket.scm.CommandFailedException
               ↳ com.atlassian.bitbucket.scm.mirror.MirrorUpdateRefsCommandFailedException

Summary

Public Constructors
MirrorUpdateRefsCommandFailedException(KeyedMessage message, Collection<RefChange> failedChanges)
MirrorUpdateRefsCommandFailedException(KeyedMessage message, Throwable cause, Iterable<RefChange> failedChanges)
Public Methods
@Nonnull List<RefChange> getFailedChanges()
[Expand]
Inherited Methods
From class com.atlassian.bitbucket.ServiceException
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

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

public MirrorUpdateRefsCommandFailedException (KeyedMessage message, Throwable cause, Iterable<RefChange> failedChanges)

Public Methods

@Nonnull public List<RefChange> getFailedChanges ()