|
jACOB 2.7 API Documentation. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
de.tif.jacob.core.exception.UserException
de.tif.jacob.core.exception.RecordNotFoundException
public class RecordNotFoundException
This exception indicates that a given data table record could not be retrieved from data source for any reason.
| Field Summary | |
|---|---|
static java.lang.String |
RCS_ID
The internal revision control system id. |
static java.lang.String |
RCS_REV
The internal revision control system id in short form. |
| Constructor Summary | |
|---|---|
RecordNotFoundException(IDataRecordId recordId)
Constructs the RecordNotFoundException. |
|
RecordNotFoundException(ITableDefinition tableDefinition,
IDataKeyValue primaryKeyValue)
Constructs the RecordNotFoundException. |
|
| Method Summary | |
|---|---|
IDataRecordId |
getRecordId()
Returns the id of the record which has not been found. |
| Methods inherited from class de.tif.jacob.core.exception.UserException |
|---|
getLocalizedMessage, getMessage |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final transient java.lang.String RCS_ID
public static final transient java.lang.String RCS_REV
| Constructor Detail |
|---|
public RecordNotFoundException(IDataRecordId recordId)
RecordNotFoundException.
recordId - the id of the record which has not been found
public RecordNotFoundException(ITableDefinition tableDefinition,
IDataKeyValue primaryKeyValue)
RecordNotFoundException.
tableDefinition - the table definitionprimaryKeyValue - the record primary key value| Method Detail |
|---|
public final IDataRecordId getRecordId()
|
jACOB 2.7 API Documentation. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||