Class ClientException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.graphdbapi.driver.v1.exceptions.GraphDbException
-
- com.graphdbapi.driver.v1.exceptions.ClientException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ParamException
public class ClientException extends GraphDbException
ClientException 表示客户端执行的操作不正确。- Since:
- 1.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ClientException(String message)
ClientException(String code, String message)
ClientException(String message, Throwable cause)
-
Method Summary
-
Methods inherited from class com.graphdbapi.driver.v1.exceptions.GraphDbException
code, discardCauseAndGetNewExcpetion
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-