java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.neo4j.ogm.exception.OptimisticLockingException
- All Implemented Interfaces:
Serializable
Exception from OGM that signifies an optimistic locking failure
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionOptimisticLockingException(String message) Create exception with given message -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
OptimisticLockingException
Create exception with given message- Parameters:
message- message
-