public class ArangoException extends Exception
Modifier and Type | Field and Description |
---|---|
protected BaseEntity |
entity |
Constructor and Description |
---|
ArangoException() |
ArangoException(BaseEntity entity) |
ArangoException(String message) |
ArangoException(String message,
Throwable cause) |
ArangoException(Throwable cause) |
Modifier and Type | Method and Description |
---|---|
int |
getCode() |
<T extends BaseEntity> |
getEntity() |
String |
getErrorMessage() |
int |
getErrorNumber() |
boolean |
isNotFound() |
boolean |
isUnauthorized() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
protected BaseEntity entity
public ArangoException()
public ArangoException(BaseEntity entity)
public ArangoException(String message)
public ArangoException(Throwable cause)
public int getErrorNumber()
public int getCode()
public String getErrorMessage()
public <T extends BaseEntity> T getEntity()
public boolean isUnauthorized()
public boolean isNotFound()
Copyright © 2012–2015 ArangoDB GmbH. All rights reserved.