tp
Class LM.DeadLockException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by tp.LM.DeadLockException
All Implemented Interfaces:
Serializable
Enclosing interface:
LM

public static class LM.DeadLockException
extends Exception

See Also:
Serialized Form

Constructor Summary
LM.DeadLockException(Transaction cause, String msg)
           
 
Method Summary
 Transaction getTransaction()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LM.DeadLockException

public LM.DeadLockException(Transaction cause,
                            String msg)
Method Detail

getTransaction

public Transaction getTransaction()