Class ConcurrentRefUpdateException

    • Constructor Detail

      • ConcurrentRefUpdateException

        public ConcurrentRefUpdateException​(String message,
                                            Ref ref,
                                            RefUpdate.Result rc,
                                            Throwable cause)
        Parameters:
        message -
        ref -
        rc -
        cause -
      • ConcurrentRefUpdateException

        public ConcurrentRefUpdateException​(String message,
                                            Ref ref,
                                            RefUpdate.Result rc)
        Parameters:
        message -
        ref -
        rc -
    • Method Detail

      • getRef

        public Ref getRef()
        Returns:
        the Ref which was tried to by updated