|
ozone API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--java.lang.RuntimeException | +--org.ozoneDB.DeadlockExc
This exception is thrown in the client, if the current transaction was aborted because of a deadlock in the server. This exception appears only, if explicite transactions are used in the client.
Note: Since a deadlock may occur at any place in the code this exception
is a RuntimeException
instead of an OzoneRemoteExc
.
Constructor Summary | |
DeadlockExc()
|
|
DeadlockExc(java.lang.String s)
|
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 |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public DeadlockExc()
public DeadlockExc(java.lang.String s)
|
ozone API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |