Serialized Form
-
Package org.neo4j.ogm.driver
-
Exception org.neo4j.ogm.driver.NativeTypesException
class NativeTypesException extends IllegalStateException implements Serializable-
Serialized Fields
-
driverClassName
String driverClassName
The name of the driver that caused the exception.
-
-
-
Exception org.neo4j.ogm.driver.NativeTypesNotAvailableException
class NativeTypesNotAvailableException extends NativeTypesException implements Serializable-
Serialized Fields
-
requiredModule
String requiredModule
The name of the module containing the native types for the driver.
-
-
-
Exception org.neo4j.ogm.driver.NativeTypesNotSupportedException
class NativeTypesNotSupportedException extends NativeTypesException implements Serializable
-
-
Package org.neo4j.ogm.exception
-
Exception org.neo4j.ogm.exception.ConnectionException
class ConnectionException extends RuntimeException implements Serializable -
Exception org.neo4j.ogm.exception.CypherException
class CypherException extends RuntimeException implements Serializable -
Exception org.neo4j.ogm.exception.OptimisticLockingException
class OptimisticLockingException extends RuntimeException implements Serializable -
Exception org.neo4j.ogm.exception.ResultProcessingException
class ResultProcessingException extends RuntimeException implements Serializable -
Exception org.neo4j.ogm.exception.TransactionException
class TransactionException extends RuntimeException implements Serializable
-