Class NotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.graphdbapi.driver.v1.exceptions.GraphDbException
-
- com.graphdbapi.driver.v1.exceptions.NotFoundException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
EdgeNotFoundException
,PkNotFoundException
,PropertyNotFoundException
,TypeNotFoundException
,VertexNotFoundException
public class NotFoundException extends GraphDbException
所有 NotFound 异常的基类- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NotFoundException(String msg)
-
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
-
-
-
-
Constructor Detail
-
NotFoundException
public NotFoundException(String msg)
-
-