public class ArangoDBException extends RuntimeException
| Constructor and Description |
|---|
ArangoDBException(ErrorEntity errorEntity) |
ArangoDBException(String message) |
ArangoDBException(String message,
Integer responseCode) |
ArangoDBException(Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
String |
getErrorMessage() |
Integer |
getErrorNum() |
String |
getException() |
Integer |
getResponseCode() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ArangoDBException(ErrorEntity errorEntity)
public ArangoDBException(String message)
public ArangoDBException(Throwable cause)
Copyright © 2016–2017 ArangoDB GmbH. All rights reserved.