Uses of Class
com.arangodb.ArangoDBException
Packages that use ArangoDBException
Package
Description
-
Uses of ArangoDBException in com.arangodb
Methods in com.arangodb that return ArangoDBExceptionModifier and TypeMethodDescriptionstatic ArangoDBException
static ArangoDBException
static ArangoDBException
-
Uses of ArangoDBException in com.arangodb.internal
Methods in com.arangodb.internal with parameters of type ArangoDBExceptionModifier and TypeMethodDescriptionstatic boolean
ArangoErrors.matches
(ArangoDBException e, int responseCode) static boolean
ArangoErrors.matches
(ArangoDBException e, int responseCode, int errorNum) -
Uses of ArangoDBException in com.arangodb.internal.net
Subclasses of ArangoDBException in com.arangodb.internal.netModifier and TypeClassDescriptionclass
class
-
Uses of ArangoDBException in com.arangodb.internal.util
Methods in com.arangodb.internal.util that return ArangoDBExceptionModifier and TypeMethodDescriptionstatic ArangoDBException
ResponseUtils.translateError
(InternalSerde serde, InternalResponse response)