public class ArangoDBException extends RuntimeException
Constructor and Description |
---|
ArangoDBException(ErrorEntity errorEntity) |
ArangoDBException(String message) |
ArangoDBException(String message,
Integer responseCode) |
ArangoDBException(String message,
Throwable cause) |
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, toString
public ArangoDBException(ErrorEntity errorEntity)
public ArangoDBException(String message)
public ArangoDBException(Throwable cause)
public String getErrorMessage()
public String getException()
public Integer getResponseCode()
public Integer getErrorNum()
Copyright © 2016–2021 ArangoDB GmbH. All rights reserved.