Uses of Class
com.sap.cds.CdsException
Packages that use CdsException
-
Uses of CdsException in com.sap.cds
Subclasses of CdsException in com.sap.cdsModifier and TypeClassDescriptionclassThis exception is thrown when the client is unable to communicate with the remote system, such as data store or MTX "sidecar".classException thrown when an operation fails in the CdsDataStore.classIndicates that pessimistic locking conflict occurs when querying data from data source that does not result in transaction rollback.classException thrown when an operation fails because of missing value.classThrown by the runtime whenResult.single()is executed and the result is empty.classThrown by the runtime whenResult.single()is executed and the result contains more than one row.classThrown to indicate that a NOT NULL constraint has been violated during an attempt to insert or update a CdsEntity.classThrown by the data store, if a unique constraint is violated when executing an insert, upsert or update statement. -
Uses of CdsException in com.sap.cds.ql
Subclasses of CdsException in com.sap.cds.ql -
Uses of CdsException in com.sap.cds.ql.cqn
Subclasses of CdsException in com.sap.cds.ql.cqn -
Uses of CdsException in com.sap.cds.reflect
Subclasses of CdsException in com.sap.cds.reflectModifier and TypeClassDescriptionclassIndicates a missing definitionCdsDefinitionin CDS model.classIndicates a missingCdsElementinCdsDefinition.classIndicates that aCdsEntitydoesn't have an operation (action or function) with a specified name.class