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 SummaryConstructorsConstructorDescriptionMirrorUpdateRefsCommandFailedException(KeyedMessage message, Throwable cause, Iterable<RefChange> failedChanges) MirrorUpdateRefsCommandFailedException(KeyedMessage message, Collection<RefChange> failedChanges) 
- 
Method SummaryMethods inherited from class com.atlassian.bitbucket.ServiceExceptiongetKeyedMessage, getLocalizedMessage, getMessageKeyMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
MirrorUpdateRefsCommandFailedExceptionpublic MirrorUpdateRefsCommandFailedException(@Nonnull KeyedMessage message, @Nonnull Collection<RefChange> failedChanges) 
- 
MirrorUpdateRefsCommandFailedExceptionpublic MirrorUpdateRefsCommandFailedException(@Nonnull KeyedMessage message, @Nullable Throwable cause, @Nonnull Iterable<RefChange> failedChanges) 
 
- 
- 
Method Details- 
getFailedChanges
 
-