public class LockNotGrantedException extends DeadlockException
| Constructor and Description |
|---|
LockNotGrantedException() |
LockNotGrantedException(java.lang.String message) |
LockNotGrantedException(java.lang.String message,
java.lang.Throwable t) |
LockNotGrantedException(java.lang.Throwable t) |
getOwnerTxnIds, getTimeoutMillis, getWaiterTxnIds, setOwnerTxnIds, setTimeoutMillis, setWaiterTxnIdsgetVersionHeaderpublic LockNotGrantedException()
public LockNotGrantedException(java.lang.Throwable t)
public LockNotGrantedException(java.lang.String message)
public LockNotGrantedException(java.lang.String message,
java.lang.Throwable t)
Copyright (c) 2004,2008 Oracle. All rights reserved.