org.springframework.dao
Class DeadlockLoserDataAccessException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.core.NestedRuntimeException
org.springframework.dao.DataAccessException
org.springframework.dao.DeadlockLoserDataAccessException
- All Implemented Interfaces:
- Serializable
- public class DeadlockLoserDataAccessException
- extends DataAccessException
Generic exception thrown when the current process was
a deadlock loser, and its transaction rolled back.
- Author:
- Rod Johnson
- See Also:
- Serialized Form
DeadlockLoserDataAccessException
public DeadlockLoserDataAccessException(String msg,
Throwable ex)
- Constructor for DeadlockLoserDataAccessException.
- Parameters:
msg
- messageex
- root cause from data access API in use
Copyright (C) 2003-2004 The Spring Framework Project.