Constructor and Description |
---|
ONeedRetryException(ONeedRetryException exception,
OErrorCode errorCode) |
ONeedRetryException(String message,
OErrorCode errorCode) |
Modifier and Type | Method and Description |
---|---|
static OErrorCode |
OErrorCode.getErrorCode(int code) |
static OErrorCode |
OErrorCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OErrorCode[] |
OErrorCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
OErrorCode |
OError37Response.getCode() |
OErrorCode |
OLiveQueryPushRequest.getErrorCode() |
Constructor and Description |
---|
OError37Response(OErrorCode code,
int errorIdentifier,
Map<String,String> messages,
byte[] verbose) |
OLiveQueryPushRequest(int monitorId,
int errorIdentifier,
OErrorCode errorCode,
String errorMessage) |
Modifier and Type | Method and Description |
---|---|
OErrorCode |
OCoreException.getErrorCode() |
Constructor and Description |
---|
OBackupInProgressException(String message,
String componentName,
OErrorCode errorCode) |
OCoreException(OCoreException exception,
OErrorCode errorCode) |
OCoreException(String message,
String componentName,
OErrorCode errorCode) |
Copyright © 2009–2020 OrientDB. All rights reserved.