Package org.eclipse.jgit.transport
Class PacketLineIn.InputOverLimitIOException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- org.eclipse.jgit.transport.PacketLineIn.InputOverLimitIOException
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- PacketLineIn
public static class PacketLineIn.InputOverLimitIOException extends java.io.IOException
IOException thrown by read when the configured input limit is exceeded.- Since:
- 4.7
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description InputOverLimitIOException()
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-