Class VertexFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.graphdbapi.driver.v1.exceptions.GraphDbException
-
- com.graphdbapi.driver.v1.exceptions.FoundException
-
- com.graphdbapi.driver.v1.exceptions.VertexFoundException
-
- All Implemented Interfaces:
Serializable
public class VertexFoundException extends FoundException
点已存在引发的异常- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description VertexFoundException(long id)
VertexFoundException(String message)
VertexFoundException(String pk, String type)
-
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
-
-