Package com.illumon.iris.db.exceptions
package com.illumon.iris.db.exceptions
-
ExceptionsClassDescriptionIndicates that an operation which requires unique keys (such as MultiJoin) has one or more duplicate keys.An unchecked exception indicating a problem with a parsed expression, for example in
Table.where(String...)
orTable.update(String...)
.Runtime exception representing an incompatibility between table definitions.An exception thrown when an invalid ACL is encountered.Indicates that an operation which requires at least one matched keys (such as exactJoin) does not have a key.An exception thrown when the evaluation of a script has failed for some reason.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.AnUncheckedPermissionException
derivative which indicates a table may not be accessed for one reason or another.An exception denoting a problem with aTableMap
operationAnUncheckedDeephavenException
that indicates an issue with permissions.A generic unchecked exception for problems related toTable
operations.