Class SearchForReuseTimeout

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.eclipse.jgit.errors.SearchForReuseTimeout
All Implemented Interfaces:
Serializable

public class SearchForReuseTimeout extends IOException
Thrown when the search for reuse phase times out.
Since:
5.13
See Also:
  • Field Details

  • Constructor Details

    • SearchForReuseTimeout

      public SearchForReuseTimeout(Duration timeout)
      Construct a search for reuse timeout error.
      Parameters:
      timeout - time exceeded during the search for reuse phase.
  • Method Details