Package | Description |
---|---|
org.apache.qpid.transport |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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) |
Constructor and Description |
---|
ExecutionException(ExecutionErrorCode errorCode,
int commandId,
short classCode,
short commandCode,
short fieldIndex,
String description,
Map<String,Object> errorInfo,
Option... _options) |
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.