public class RequestNotYetReadException extends IllegalStateException
Constructor and Description |
---|
RequestNotYetReadException()
Initialize with no message.
|
RequestNotYetReadException(String msg) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public RequestNotYetReadException()
public RequestNotYetReadException(String msg)
msg
- a message explaining the state. This message should not
be shown to an end-user.Copyright © 2016 Eclipse JGit Project. All rights reserved.