org.jboss.util.deadlock
public class: ApplicationDeadlockException [javadoc |
source]
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
java.rmi.RemoteException
org.jboss.util.deadlock.ApplicationDeadlockException
All Implemented Interfaces:
Serializable
This exception class is thrown when application deadlock is detected when trying to lock an entity bean
This is probably NOT a result of a jboss bug, but rather that the application is access the same entity
beans within 2 different transaction in a different order. Remember, with a PessimisticEJBLock,
Entity beans are locked until the transaction commits or is rolled back.
- author:
< - a href="bill@burkecentral.com">Bill Burke
- version:
$ - Revision: 1.1.2.1 $
Revisions:
2002/02/13: billb
- Initial revision
| Field Summary |
|---|
| protected boolean | retry | |
| Method from org.jboss.util.deadlock.ApplicationDeadlockException Summary: |
|---|
|
retryable |
| Methods from java.lang.Throwable: |
|---|
|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Method from org.jboss.util.deadlock.ApplicationDeadlockException Detail: |
public boolean retryable() {
return retry;
}
|