|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ExecutionErrorCode | |
---|---|
org.apache.qpid.transport |
Uses of ExecutionErrorCode in org.apache.qpid.transport |
---|
Methods in org.apache.qpid.transport that return ExecutionErrorCode | |
---|---|
static ExecutionErrorCode |
ExecutionErrorCode.get(int value)
|
ExecutionErrorCode |
ExecutionException.getErrorCode()
|
static ExecutionErrorCode |
ExecutionErrorCode.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ExecutionErrorCode[] |
ExecutionErrorCode.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.apache.qpid.transport with parameters of type ExecutionErrorCode | |
---|---|
ExecutionException |
ExecutionException.errorCode(ExecutionErrorCode value)
|
void |
SessionInvoker.executionException(ExecutionErrorCode errorCode,
int commandId,
short classCode,
short commandCode,
short fieldIndex,
String description,
Map<String,Object> errorInfo,
Option... _options)
|
ExecutionException |
ExecutionException.setErrorCode(ExecutionErrorCode value)
|
Constructors in org.apache.qpid.transport with parameters of type ExecutionErrorCode | |
---|---|
ExecutionException(ExecutionErrorCode errorCode,
int commandId,
short classCode,
short commandCode,
short fieldIndex,
String description,
Map<String,Object> errorInfo,
Option... _options)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |