Fields Summary |
---|
public static final short | IN_PROGRESSThis reason code is used by the beginTransaction
method to indicate
a transaction is already in progress. |
public static final short | NOT_IN_PROGRESSThis reason code is used by the abortTransaction
and commitTransaction methods
when a transaction is not in progress. |
public static final short | BUFFER_FULLThis reason code is used during a transaction to indicate that
the commit buffer is full. |
public static final short | INTERNAL_FAILUREThis reason code is used during a transaction to indicate
an internal JCRE problem (fatal error). |