org.openrdf.sail.rdbms.exceptions |
|
Java Source File Name | Type | Comment |
RdbmsException.java | Class | SailExcetion from an RDBMS store. |
RdbmsQueryEvaluationException.java | Class | Wraps a
SQLException or
RdbmsException . |
RdbmsRuntimeException.java | Class | Thrown when no exception is declared. |
UnsupportedRdbmsOperatorException.java | Class | Indicates that an operation is not supported on the database side and must be
evaluated on the client. |