public class StreamErrorException extends IOException
Modifier and Type | Field and Description |
---|---|
static int |
CANCEL |
static int |
FLOW_CONTROL_ERROR |
static int |
FRAME_TOO_LARGE |
static int |
INTERNAL_ERROR |
static int |
INVALID_STREAM |
static int |
PROTOCOL_ERROR |
static int |
REFUSED_STREAM |
static int |
STREAM_ALREADY_CLOSED |
static int |
STREAM_IN_USE |
static int |
UNSUPPORTED_VERSION |
Constructor and Description |
---|
StreamErrorException(int errorId) |
Modifier and Type | Method and Description |
---|---|
int |
getErrorId() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public static final int PROTOCOL_ERROR
public static final int INVALID_STREAM
public static final int REFUSED_STREAM
public static final int UNSUPPORTED_VERSION
public static final int CANCEL
public static final int INTERNAL_ERROR
public static final int FLOW_CONTROL_ERROR
public static final int STREAM_IN_USE
public static final int STREAM_ALREADY_CLOSED
public static final int FRAME_TOO_LARGE
Copyright © 2016 JBoss by Red Hat. All rights reserved.