Class EdgeNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.graphdbapi.driver.v1.exceptions.GraphDbException
-
- com.graphdbapi.driver.v1.exceptions.NotFoundException
-
- com.graphdbapi.driver.v1.exceptions.EdgeNotFoundException
-
- All Implemented Interfaces:
Serializable
public class EdgeNotFoundException extends NotFoundException
边不存在异常- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EdgeNotFoundException(String message)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static EdgeNotFoundException
createEdgeNotFount(String edgeId)
-
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
-
-
-
-
Constructor Detail
-
EdgeNotFoundException
public EdgeNotFoundException(String message)
-
-
Method Detail
-
createEdgeNotFount
public static EdgeNotFoundException createEdgeNotFount(String edgeId)
-
-