public abstract class ConditionalTableUpdateException
extends java.lang.Exception
KeyValueTable
failed.Constructor and Description |
---|
ConditionalTableUpdateException(java.lang.String tableName)
Creates a new instance of the
ConditionalTableUpdateException class. |
ConditionalTableUpdateException(java.lang.String tableName,
java.lang.String message)
Creates a new instance of the
ConditionalTableUpdateException class. |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getTableName() |
public ConditionalTableUpdateException(java.lang.String tableName)
ConditionalTableUpdateException
class.tableName
- The name of the KeyValueTable
for which the update failed.public ConditionalTableUpdateException(java.lang.String tableName, java.lang.String message)
ConditionalTableUpdateException
class.tableName
- The name of the KeyValueTable
for which the update failed.message
- Error message.