Package org.neo4j.ogm.driver
Class NativeTypesException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalStateException
org.neo4j.ogm.driver.NativeTypesException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
NativeTypesNotAvailableException,NativeTypesNotSupportedException
Exception indicating problems with the native type system.
- Since:
- 3.2
- Author:
- Michael J. Simons
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final StringThe name of the driver that caused the exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
driverClassName
The name of the driver that caused the exception.
-
-
Method Details
-
getDriverClassName
-