Class EdgeFoundException
- 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.EdgeFoundException
-
- All Implemented Interfaces:
Serializable
public class EdgeFoundException extends FoundException
边已存在异常- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EdgeFoundException(long fromId, long toId, String type)
EdgeFoundException(String message)
EdgeFoundException(String fromPk, String fromType, String toPk, String toType, 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
-
-