Package org.eclipse.jgit.util.sha1
Class Sha1CollisionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.eclipse.jgit.util.sha1.Sha1CollisionException
- All Implemented Interfaces:
Serializable
Thrown by
SHA1
if it detects a likely hash
collision.- Since:
- 4.7
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
Sha1CollisionException
Initialize with default message.- Parameters:
id
- object whose contents are a hash collision.
-