public class DirtyCacheException
extends java.lang.Exception
| Constructor and Description |
|---|
DirtyCacheException(java.lang.String msg,
long rowId,
long actualTransId,
long expectedTransId)
The cache was found to be dirty.
|
| Modifier and Type | Method and Description |
|---|---|
long |
getActualTransId()
The actual transaction
|
long |
getExpectedTransId()
The expected transaction number
|
long |
getRowId()
The row number.
|
public DirtyCacheException(java.lang.String msg,
long rowId,
long actualTransId,
long expectedTransId)
msg - The messagerowId - The row idactualTransId - The actual transaction numberexpectedTransId - The expected transaction numberpublic long getActualTransId()
public long getExpectedTransId()
public long getRowId()
stSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.