Generated by
JDiff

Class org.springframework.orm.ObjectRetrievalFailureException

Removed Constructors
ObjectRetrievalFailureException(Class, Object) Create a new ObjectRetrievalFailureException for the given object, with the default "not found" message.
ObjectRetrievalFailureException(Class, Object, String, Throwable) Create a new ObjectRetrievalFailureException for the given object, with the given explicit message and exception.
 

Added Constructors
ObjectRetrievalFailureException(Class<?>, Object) Create a new ObjectRetrievalFailureException for the given object, with the default "not found" message.
ObjectRetrievalFailureException(Class<?>, Object, String, Throwable) Create a new ObjectRetrievalFailureException for the given object, with the given explicit message and exception.
 

Changed Methods
Class<?> getPersistentClass() Change in return type from Class to Class<?>.
Return the persistent class of the object that was not found.