Class MirrorUpdateRefsCommandFailedException
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
- All Implemented Interfaces:
Serializable
- Since:
- 4.2
- See Also:
-
Constructor Summary
ConstructorDescriptionMirrorUpdateRefsCommandFailedException
(KeyedMessage message, Throwable cause, Iterable<RefChange> failedChanges) MirrorUpdateRefsCommandFailedException
(KeyedMessage message, Collection<RefChange> failedChanges) -
Method Summary
Methods inherited from class com.atlassian.bitbucket.ServiceException
getKeyedMessage, getLocalizedMessage, getMessageKey
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
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
-