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:
Serializable
Indicates that a client request has not yet been read from the wire.
- Since:
- 2.0
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionInitialize with no message.Constructor for RequestNotYetReadException. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
RequestNotYetReadException
public RequestNotYetReadException()Initialize with no message. -
RequestNotYetReadException
Constructor for RequestNotYetReadException.
- Parameters:
msg
- a message explaining the state. This message should not be shown to an end-user.
-