Generated by
JDiff

Class org.springframework.orm.ObjectOptimisticLockingFailureException

Removed Constructors
ObjectOptimisticLockingFailureException(Class, Object) Create a new ObjectOptimisticLockingFailureException for the given object, with the default "optimistic locking failed" message.
ObjectOptimisticLockingFailureException(Class, Object, String, Throwable) Create a new ObjectOptimisticLockingFailureException for the given object, with the given explicit message.
ObjectOptimisticLockingFailureException(Class, Object, Throwable) Create a new ObjectOptimisticLockingFailureException for the given object, with the default "optimistic locking failed" message.
 

Added Constructors
ObjectOptimisticLockingFailureException(Class<?>, Object) Create a new ObjectOptimisticLockingFailureException for the given object, with the default "optimistic locking failed" message.
ObjectOptimisticLockingFailureException(Class<?>, Object, String, Throwable) Create a new ObjectOptimisticLockingFailureException for the given object, with the given explicit message.
ObjectOptimisticLockingFailureException(Class<?>, Object, Throwable) Create a new ObjectOptimisticLockingFailureException for the given object, with the default "optimistic locking failed" message.
 

Changed Methods
Class<?> getPersistentClass() Change in return type from Class to Class<?>.
Return the persistent class of the object for which the locking failed.