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...).IncompatibleTableDefinitionException Runtime exception representing an incompatibility between table definitions.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,TableorDataColumnoperations are invoked (directly, or indirectly as data updates) that cannot be completed correctly due to size constraints on the underlying data structures.StateException TableAccessException AnUncheckedPermissionExceptionderivative which indicates a table may not be accessed for one reason or another.TableIOException TableMapException An exception denoting a problem with aTableMapoperationUncheckedPermissionException AnUncheckedDeephavenExceptionthat indicates an issue with permissions.UncheckedTableException A generic unchecked exception for problems related toTableoperations.