org.springframework.transaction
Class InvalidTimeoutException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.core.NestedRuntimeException
org.springframework.transaction.TransactionException
org.springframework.transaction.TransactionUsageException
org.springframework.transaction.InvalidTimeoutException
- All Implemented Interfaces:
- Serializable
public class InvalidTimeoutException
- extends TransactionUsageException
Exception that gets thrown when an invalid timeout is specified,
i.e. the transaction manager implementation doesn't support timeouts.
- Since:
- 12.05.2003
- Author:
- Juergen Hoeller
- See Also:
- Serialized Form
InvalidTimeoutException
public InvalidTimeoutException(String msg,
int timeout)
getTimeout
public int getTimeout()
Copyright (c) 2002-2007 The Spring Framework Project.