Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,11 @@
*
* @author Juergen Hoeller
* @since 13.10.2003
* @deprecated in favor of {@link org.springframework.orm.ObjectOptimisticLockingFailureException org.springframework.orm.ObjectOptimisticLockingFailureException},
* which spring-orm still provides with the same API
*/
@SuppressWarnings("serial")
@Deprecated
public class ObjectOptimisticLockingFailureException extends OptimisticLockingFailureException {

private Object persistentClass;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,11 @@
*
* @author Juergen Hoeller
* @since 13.10.2003
* @deprecated in favor of {@link org.springframework.orm.ObjectRetrievalFailureException org.springframework.orm.ObjectRetrievalFailureException},
* which spring-orm still provides with the same API
*/
@SuppressWarnings("serial")
@Deprecated
public class ObjectRetrievalFailureException extends DataRetrievalFailureException {

private Object persistentClass;
Expand Down