Package com.apple.foundationdb.relational.api.exceptions
Exceptions thrown by the Relational packages. These should generally be wrapped by a
SQLException
so that JDBC consumers don't need to know about our exception types.- See Also:
ContextualSQLException
-
Enum Summary Enum Description ErrorCode An enumeration form of the different error codes that Relational makes use of. -
Exception Summary Exception Description ContextualSQLException An exception intended to carry over additional context within a SQLException.InternalErrorException Internal type of relational exception.InvalidColumnReferenceException InvalidTypeException RelationalException UncheckedRelationalException