public class ChannelException extends Exception
ChannelException is associated with failures that affect the current channel
but not other channels in the same connection.| Modifier and Type | Field and Description |
|---|---|
static int |
NOT_ALLOWED |
| Constructor and Description |
|---|
ChannelException(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 NOT_ALLOWED
public ChannelException(int replyCode,
String replyText)
Copyright © 2017 WSO2. All rights reserved.