Class BlockSizeTooSmallException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- org.eclipse.jgit.internal.storage.reftable.BlockSizeTooSmallException
-
- All Implemented Interfaces:
java.io.Serializable
public class BlockSizeTooSmallException extends java.io.IOException
Thrown ifReftableWriter
cannot fit a reference.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private int
minBlockSize
private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description BlockSizeTooSmallException(int b)
-
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.
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
minBlockSize
private final int minBlockSize
-
-