Class GraphDbException

    • Constructor Detail

      • GraphDbException

        public GraphDbException​(String message)
      • GraphDbException

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

        public GraphDbException​(String code,
                                String message)
    • Method Detail

      • code

        public String code()
        Access the status code for this exception. The GraphDb manual can provide further details on the available codes and their meanings.
        Returns:
        textual code, such as "GraphDb.ClientError.Procedure.ProcedureNotFound" 访问此异常的状态代码。 GraphDb手册可以提供有关可用代码及其含义的更多详细信息。