| |
|
| java.lang.Object java.lang.Throwable java.lang.Exception org.ozoneDB.OzoneRemoteExc org.ozoneDB.TransactionExc
TransactionExc | public class TransactionExc extends OzoneRemoteExc (Code) | | This exception is thrown, if...
author: SMB version: $Revision: 1.1 $Date: 2001/12/18 10:31:30 $ |
Field Summary | |
final public static int | OPTIMISTIC An object that was optimisticly locked (by an explicit lock or the use of
ClientCacheDatabase ) was changed by another party. | final public static int | ROLLBACK Transaction was rolled back instead of prepared. | final public static int | STATE Transaction had inproper status to complete the requested operation. | final public static int | STOPPED The transaction was stopped by the transaction manager. | final public static int | UNEXPECTED An error was encountered where it was not expected. | final public static int | UNKNOWN | protected int | code |
OPTIMISTIC | final public static int OPTIMISTIC(Code) | | An object that was optimisticly locked (by an explicit lock or the use of
ClientCacheDatabase ) was changed by another party.
|
ROLLBACK | final public static int ROLLBACK(Code) | | Transaction was rolled back instead of prepared.
|
STATE | final public static int STATE(Code) | | Transaction had inproper status to complete the requested operation.
|
STOPPED | final public static int STOPPED(Code) | | The transaction was stopped by the transaction manager.
|
UNEXPECTED | final public static int UNEXPECTED(Code) | | An error was encountered where it was not expected. This normaly
indicates a runtime exception (for example an IOException) or a bug.
|
UNKNOWN | final public static int UNKNOWN(Code) | | |
TransactionExc | public TransactionExc()(Code) | | |
TransactionExc | public TransactionExc(String s, int _code)(Code) | | |
|
|
|