| Package | Description |
|---|---|
| icube.demo.io |
| Modifier and Type | Field and Description |
|---|---|
ChannelException.ChannelExceptionKind |
ChannelException.kind
Exception kind.
|
| Modifier and Type | Method and Description |
|---|---|
static ChannelException.ChannelExceptionKind |
ChannelException.ChannelExceptionKind.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ChannelException.ChannelExceptionKind[] |
ChannelException.ChannelExceptionKind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
ChannelException(java.lang.String message,
ChannelException.ChannelExceptionKind kind)
Instantiates a new ChannelException
|