java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.eclipse.jgit.util.sha1.Sha1CollisionException
- All Implemented Interfaces:
Serializable
Thrown by
SHA1Java
if it detects a likely hash
collision.- Since:
- 4.7
- See Also:
-
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
-
Constructor Details
-
Sha1CollisionException
Initialize with default message.- Parameters:
id
- object whose contents are a hash collision.
-