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 Details

    • RefAlreadySynchronizedException

      public RefAlreadySynchronizedException(@Nonnull com.atlassian.bitbucket.i18n.KeyedMessage message)