com.sleepycat.je.txn
Class TxnTimeOutException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sleepycat.je.DatabaseException
com.sleepycat.je.DeadlockException
com.sleepycat.je.txn.TxnTimeOutException
- All Implemented Interfaces:
- Serializable
public class TxnTimeOutException
- extends DeadlockException
A Transaction timed out.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
TxnTimeOutException
public TxnTimeOutException()
TxnTimeOutException
public TxnTimeOutException(Throwable t)
TxnTimeOutException
public TxnTimeOutException(String message)
TxnTimeOutException
public TxnTimeOutException(String message,
Throwable t)
Copyright 2004-2005 Sleepycat, Inc. All Rights Reserved.