Package org.eclipse.jgit.transport
Class RequestNotYetReadException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- java.lang.IllegalStateException
-
- org.eclipse.jgit.transport.RequestNotYetReadException
-
- All Implemented Interfaces:
java.io.Serializable
public class RequestNotYetReadException extends java.lang.IllegalStateException
Indicates that a client request has not yet been read from the wire.- Since:
- 2.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RequestNotYetReadException()
Initialize with no message.RequestNotYetReadException(java.lang.String msg)
-