Package | Description |
---|---|
com.dsi.ant.channel |
Modifier and Type | Field and Description |
---|---|
ChannelNotAvailableReason |
ChannelNotAvailableException.reasonCode
Why a channel could not be acquired.
|
Modifier and Type | Method and Description |
---|---|
static ChannelNotAvailableReason |
ChannelNotAvailableReason.create(int rawValue)
Creates a ChannelNotAvailableReason for the given raw value.
|
static ChannelNotAvailableReason |
ChannelNotAvailableReason.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ChannelNotAvailableReason[] |
ChannelNotAvailableReason.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
ChannelNotAvailableException(ChannelNotAvailableReason reason)
Constructs the exception with the given reason
|
ChannelNotAvailableException(ChannelNotAvailableReason reason,
java.lang.String detailMessage)
Constructs the exception with the given reason and message.
|
Copyright © 2015 Dynastream Innovations Inc. All Rights Reserved.