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