public class ConnectionException extends Exception
ConnectionException is associated with failures that preclude any further activity
on the connection and require its closing.| Modifier and Type | Field and Description |
|---|---|
static int |
CHANNEL_ERROR |
| Constructor and Description |
|---|
ConnectionException(int replyCode,
String replyText) |
| Modifier and Type | Method and Description |
|---|---|
int |
getReplyCode() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic static final int CHANNEL_ERROR
public ConnectionException(int replyCode,
String replyText)
Copyright © 2017 WSO2. All rights reserved.