| |
|
| java.lang.Object java.lang.Throwable java.lang.Error org.ozoneDB.core.TransactionError
TransactionError | final public class TransactionError extends Error (Code) | | A TransactionError indicates that the current transaction has to abort no
matter what. (For example because a dead-lock has been detected.) Therefore
it is an Error instead of an Exception. So it will not be catched by a
"catch (Exception e)" clause, which is the common way to catch exceptions in
the ozone code.
author: SMB version: $Revision: 1.1 $Date: 2001/12/18 10:31:30 $ |
Method Summary | |
public int | code() |
DEADLOCK | final public static int DEADLOCK(Code) | | |
INTERNAL | final public static int INTERNAL(Code) | | |
UNKNOWN | final public static int UNKNOWN(Code) | | |
TransactionError | public TransactionError()(Code) | | |
TransactionError | public TransactionError(String s, int _code)(Code) | | |
|
|
|