| Package | Description |
|---|---|
| com.cloudhopper.sxmp |
| Modifier and Type | Method and Description |
|---|---|
Operation.Type |
SxmpErrorException.getOperationType() |
Operation.Type |
Operation.getType() |
static Operation.Type |
Operation.Type.parse(String type) |
static Operation.Type |
Operation.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Operation.Type[] |
Operation.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
ErrorResponse(Operation.Type type,
Integer errorCode,
String errorMessage) |
MessageRequest(Operation.Type type) |
Operation(Operation.Type value,
boolean isRequest) |
PartialOperation(Operation.Type value) |
Request(Operation.Type value) |
Response(Operation.Type value) |
SxmpErrorException(SxmpErrorCode errorCode,
String msg,
Operation.Type operationType) |
SxmpErrorException(SxmpErrorCode errorCode,
String msg,
Operation.Type operationType,
Throwable cause) |
Copyright © 2016. All rights reserved.