Class BlockSizeTooSmallException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- org.eclipse.jgit.internal.storage.reftable.BlockSizeTooSmallException
-
- All Implemented Interfaces:
Serializable
public class BlockSizeTooSmallException extends IOException
Thrown ifReftableWriter
cannot fit a reference.- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getMinimumBlockSize()
Get minimum block size in bytes reftable requires to write a ref.-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-