Package com.illumon.iris.db.exceptions
-
Exception Summary Exception Description ArgumentException DuplicateJoinKeyException Indicates that an operation which requires unique keys (such as MultiJoin) has one or more duplicate keys.ExpressionException An unchecked exception indicating a problem with a parsed expression, for example inTable.where(String...)
orTable.update(String...)
.MissingJoinKeyException Indicates that an operation which requires at least one matched keys (such as exactJoin) does not have a key.OperationException QueryCancellationException SizeException Unchecked exception thrown whenIndex
,Table
orDataColumn
operations are invoked (directly, or indirectly as data updates) that cannot be completed correctly due to size constraints on the underlying data structures.StateException TableAccessException AnUncheckedPermissionException
derivative which indicates a table may not be accessed for one reason or another.TableIOException TableMapException An exception denoting a problem with aTableMap
operationUncheckedPermissionException AnUncheckedDeephavenException
that indicates an issue with permissions.UncheckedTableException A generic unchecked exception for problems related toTable
operations.