Uses of Enum Class
com.orientechnologies.common.exception.OErrorCode
Packages that use OErrorCode
Package
Description
-
Uses of OErrorCode in com.orientechnologies.common.concur
Constructors in com.orientechnologies.common.concur with parameters of type OErrorCodeModifierConstructorDescriptionprotectedONeedRetryException(ONeedRetryException exception, OErrorCode errorCode) protectedONeedRetryException(String message, OErrorCode errorCode) -
Uses of OErrorCode in com.orientechnologies.common.exception
Methods in com.orientechnologies.common.exception that return OErrorCodeModifier and TypeMethodDescriptionstatic OErrorCodeOErrorCode.getErrorCode(int code) static OErrorCodeReturns the enum constant of this class with the specified name.static OErrorCode[]OErrorCode.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of OErrorCode in com.orientechnologies.orient.client.remote.message
Methods in com.orientechnologies.orient.client.remote.message that return OErrorCodeModifier and TypeMethodDescriptionOError37Response.getCode()OLiveQueryPushRequest.getErrorCode()Constructors in com.orientechnologies.orient.client.remote.message with parameters of type OErrorCodeModifierConstructorDescriptionOError37Response(OErrorCode code, int errorIdentifier, Map<String, String> messages, byte[] verbose) OLiveQueryPushRequest(int monitorId, int errorIdentifier, OErrorCode errorCode, String errorMessage) -
Uses of OErrorCode in com.orientechnologies.orient.core.exception
Methods in com.orientechnologies.orient.core.exception that return OErrorCodeModifier and TypeMethodDescriptionOConcurrentModificationException.getErrorCode()OCoreException.getErrorCode()Constructors in com.orientechnologies.orient.core.exception with parameters of type OErrorCodeModifierConstructorDescriptionOBackupInProgressException(String message, String componentName, OErrorCode errorCode) OCoreException(OCoreException exception, OErrorCode errorCode) OCoreException(String message, String componentName, OErrorCode errorCode)