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) |
ArangoDBException(Throwable cause,
long requestId) |
Modifier and Type | Method and Description |
---|---|
String |
getErrorMessage() |
Integer |
getErrorNum() |
String |
getException() |
Long |
getRequestId() |
Integer |
getResponseCode() |
static ArangoDBException |
wrap(Throwable t) |
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 ArangoDBException(Throwable cause, long requestId)
public static ArangoDBException wrap(Throwable t)
public String getErrorMessage()
public String getException()
public Integer getResponseCode()
public Integer getErrorNum()
public Long getRequestId()
Copyright © 2016–2023 ArangoDB GmbH. All rights reserved.