public class GraphDbApiException extends RuntimeException
| 构造器和说明 |
|---|
GraphDbApiException(String msg) |
GraphDbApiException(String format,
Object... args) |
GraphDbApiException(Throwable cause) |
GraphDbApiException(Throwable cause,
String format,
Object... args) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
toString() |