|
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 | +--org.ozoneDB.OzoneRemoteExc | +--org.ozoneDB.TransactionExc
This exception is thrown, if...
Field Summary | |
static int |
OPTIMISTIC
An object that was optimisticly locked (by an explicit lock or the use of ClientCacheDatabase ) was changed by another party. |
static int |
ROLLBACK
Transaction was rolled back instead of prepared. |
static int |
STATE
Transaction had inproper status to complete the requested operation. |
static int |
STOPPED
The transaction was stopped by the transaction manager. |
static int |
UNEXPECTED
An error was encountered where it was not expected. |
static int |
UNKNOWN
|
Constructor Summary | |
TransactionExc()
|
|
TransactionExc(java.lang.String s)
|
|
TransactionExc(java.lang.String s,
int _code)
|
Method Summary | |
int |
code()
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final int UNKNOWN
public static final int STATE
public static final int ROLLBACK
public static final int OPTIMISTIC
ClientCacheDatabase
) was changed by another party.
public static final int UNEXPECTED
public static final int STOPPED
Constructor Detail |
public TransactionExc()
public TransactionExc(java.lang.String s)
public TransactionExc(java.lang.String s, int _code)
Method Detail |
public int code()
public java.lang.String toString()
toString
in class java.lang.Throwable
|
ozone API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |