java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.util.NoSuchElementException
org.neo4j.driver.exceptions.NoSuchRecordException
- All Implemented Interfaces:
Serializable
Thrown whenever a client expected to read a record that was not available (i.e. because it wasn't returned by the server).
This usually indicates an expectation mismatch between client code and database application logic.
- Since:
- 1.0
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NoSuchRecordException
Creates a new instance.- Parameters:
message
- the message
-