ChangeEvent.NotAvailableException |
|
CheckViolationException |
Signals, that an attempt to write an field has been failed,
and the value to be set violated a check constraint.
|
ConstraintViolationException |
Is thrown, when a persistent modification violates a constraint.
|
CopyViolationException |
|
DataLengthViolationException |
Signals, that an attempt to write a data field has been failed,
because value to be written violated the length constraint on that field.
|
DatePrecisionViolationException |
Signals, that an attempt to write a date field has been failed,
because the value to be written violated the precision constraint on that field.
|
DateRangeViolationException |
Signals, that an attempt to write an DateField has been failed,
because the value to be written violated the range constraint on that field.
|
DayRangeViolationException |
Signals, that an attempt to write an DayField has been failed,
because the value to be written violated the range constraint on that field.
|
DoubleNaNException |
Signals, that an attempt to write an DoubleField has been failed,
because the value to be written is an NaN .
|
DoubleRangeViolationException |
Signals, that an attempt to write an DoubleField has been failed,
because the value to be written violated the range constraint on that field.
|
FinalViolationException |
Signals, that an attempt to write an field has been failed,
because it cannot be written with any value.
|
IntegerRangeViolationException |
Signals, that an attempt to write an IntegerField has been failed,
because the value to be written violated the range constraint on that field.
|
IntegrityViolationException |
Signals, that an attempt to delete an item has been failed,
because some other item point to that item with some
item field .
|
LongRangeViolationException |
Signals, that an attempt to write an IntegerField has been failed,
because the value to be written violated the range constraint on that field.
|
MandatoryViolationException |
Signals, that an attempt to write an field has been failed,
because it cannot be written with a null value.
|
Model.NotConnectedException |
|
NoSuchIDException |
Signals, that an attempt to find an item by it's ID has been failed,
because there is no item with such an ID.
|
NoSuchItemException |
|
RangeViolationException |
Signals, that an attempt to write an FunctionField has been failed,
because the value to be written violated the range constraint on that field.
|
StringCharSetViolationException |
Signals, that an attempt to write a string field has been failed,
because value to be written violated the character set constraint on that field.
|
StringLengthViolationException |
Signals, that an attempt to write a string field has been failed,
because value to be written violated the length constraint on that field.
|
TemporaryTransactionException |
Signals, that a persistent operation has failed for a possibly temporary reason.
|
UniqueViolationException |
Signals, that an attempt to write an field has been failed,
and the value to be set violated a unique constraint.
|
UnsupportedQueryException |
Signals, that an attempt to use a Query failed,
because some part of the query is not supported by the current database.
|