Class RefAlreadySynchronizedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.atlassian.bitbucket.ServiceException
com.atlassian.bitbucket.IllegalEntityStateException
com.atlassian.bitbucket.repository.sync.RefAlreadySynchronizedException
- All Implemented Interfaces:
Serializable
public class RefAlreadySynchronizedException
extends com.atlassian.bitbucket.IllegalEntityStateException
Thrown when attempting to
synchronize
a ref which is already in
sync with its upstream.
Attempting merge
a ref which has not diverged
from its
upstream is a special case. Refs which are ahead
or orphaned
have nothing new to merge from upstream. In other words, they are already in sync with every commit
available upstream.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionRefAlreadySynchronizedException
(com.atlassian.bitbucket.i18n.KeyedMessage message) -
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
-
RefAlreadySynchronizedException
public RefAlreadySynchronizedException(@Nonnull com.atlassian.bitbucket.i18n.KeyedMessage message)
-