public class RunTime4GLLockConflictException extends RunTime4GLStopException
| Constructor and Description |
|---|
RunTime4GLLockConflictException(java.lang.Object[] args,
int errNum)
This constructor is intended for internal use only.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDevice()
Get the device that the other AVM process is running on that is causing the
lock conflict.
|
java.lang.String |
getTableName()
Get the name of the table that the lock conflict is on.
|
java.lang.String |
getUser()
Get the name of the user who is holding a record lock and thus causing a lock
conflict.
|
void |
initialize(java.lang.String tableName,
java.lang.String user,
java.lang.String device,
java.lang.String callStack)
This method is intended for internal use only.
|
getABLCallStack, initializecreateException, getErrorNum, getProcReturnString, hasProcReturnString, setProcReturnStringgetArgument, getLocalizedMessage, getMessage, getMessageId, getPrevious, setMessageId, setPrevious, toStringpublic RunTime4GLLockConflictException(java.lang.Object[] args,
int errNum)
public void initialize(java.lang.String tableName,
java.lang.String user,
java.lang.String device,
java.lang.String callStack)
public java.lang.String getTableName()
public java.lang.String getUser()
public java.lang.String getDevice()