Package org.eclipse.jgit.errors
Class SearchForReuseTimeout
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.eclipse.jgit.errors.SearchForReuseTimeout
- All Implemented Interfaces:
Serializable
Thrown when the search for reuse phase times out.
- Since:
- 5.13
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionSearchForReuseTimeout
(Duration timeout) Construct a search for reuse timeout error. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
SearchForReuseTimeout
Construct a search for reuse timeout error.- Parameters:
timeout
- time exceeded during the search for reuse phase.
-
-
Method Details
-
fillInStackTrace
- Overrides:
fillInStackTrace
in classThrowable
-