public final class PrematureCloseException extends IOException
Modifier and Type | Field and Description |
---|---|
static PrematureCloseException |
BEFORE_RESPONSE |
static PrematureCloseException |
BEFORE_RESPONSE_SENDING_REQUEST |
static PrematureCloseException |
DURING_RESPONSE |
Modifier and Type | Method and Description |
---|---|
Throwable |
fillInStackTrace() |
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public static final PrematureCloseException BEFORE_RESPONSE_SENDING_REQUEST
public static final PrematureCloseException BEFORE_RESPONSE
public static final PrematureCloseException DURING_RESPONSE
public Throwable fillInStackTrace()
fillInStackTrace
in class Throwable