NebulaGraph Java Client
release-3.8
Main Page
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
a
c
d
e
f
g
h
i
k
l
m
n
p
r
s
t
u
v
Functions
a
c
d
e
f
g
h
i
k
l
m
n
p
r
s
t
u
v
Variables
Files
File List
•
All
Classes
Functions
Variables
ClientServerIncompatibleException.java
1
/* Copyright (c) 2021 vesoft inc. All rights reserved.
2
*
3
* This source code is licensed under Apache 2.0 License.
4
*/
5
6
package
com.vesoft.nebula.client.graph.exception;
7
11
public
class
ClientServerIncompatibleException
extends
Exception {
12
public
ClientServerIncompatibleException
(String message) {
13
super(
"Current client is not compatible with the remote server, please check the "
14
+
"version: "
+ message);
15
}
16
}
17
com.vesoft.nebula.client.graph.exception.ClientServerIncompatibleException
Definition:
ClientServerIncompatibleException.java:11
client
src
main
java
com
vesoft
nebula
client
graph
exception
ClientServerIncompatibleException.java
Generated by
1.9.1