Package com.arangodb

Class ArangoDBException

    • Constructor Detail

      • ArangoDBException

        public ArangoDBException​(ErrorEntity errorEntity)
      • ArangoDBException

        public ArangoDBException​(String message)
      • ArangoDBException

        public ArangoDBException​(String message,
                                 Integer responseCode)
      • ArangoDBException

        public ArangoDBException​(Throwable cause)
      • ArangoDBException

        public ArangoDBException​(String message,
                                 Throwable cause)
      • ArangoDBException

        public ArangoDBException​(Throwable cause,
                                 long requestId)
    • Method Detail

      • getErrorMessage

        public String getErrorMessage()
        Returns:
        ArangoDB error message
      • getException

        public String getException()
        Returns:
        ArangoDB exception
      • getResponseCode

        public Integer getResponseCode()
        Returns:
        HTTP response code
      • getErrorNum

        public Integer getErrorNum()
        Returns:
        ArangoDB error number
      • getRequestId

        public Long getRequestId()
        Returns:
        request id