Uses of Class
software.amazon.awssdk.services.qldbsession.model.QldbSessionException
-
Packages that use QldbSessionException Package Description software.amazon.awssdk.services.qldbsession The transactional data APIs for Amazon QLDBsoftware.amazon.awssdk.services.qldbsession.model -
-
Uses of QldbSessionException in software.amazon.awssdk.services.qldbsession
Methods in software.amazon.awssdk.services.qldbsession that throw QldbSessionException Modifier and Type Method Description default SendCommandResponseQldbSessionClient. sendCommand(Consumer<SendCommandRequest.Builder> sendCommandRequest)Sends a command to an Amazon QLDB ledger.default SendCommandResponseQldbSessionClient. sendCommand(SendCommandRequest sendCommandRequest)Sends a command to an Amazon QLDB ledger. -
Uses of QldbSessionException in software.amazon.awssdk.services.qldbsession.model
Subclasses of QldbSessionException in software.amazon.awssdk.services.qldbsession.model Modifier and Type Class Description classBadRequestExceptionReturned if the request is malformed or contains an error such as an invalid parameter value or a missing required parameter.classCapacityExceededExceptionReturned when the request exceeds the processing capacity of the ledger.classInvalidSessionExceptionReturned if the session doesn't exist anymore because it timed out or expired.classLimitExceededExceptionReturned if a resource limit such as number of active sessions is exceeded.classOccConflictExceptionReturned when a transaction cannot be written to the journal due to a failure in the verification phase of optimistic concurrency control (OCC).classRateExceededExceptionReturned when the rate of requests exceeds the allowed throughput.Methods in software.amazon.awssdk.services.qldbsession.model that return QldbSessionException Modifier and Type Method Description QldbSessionExceptionQldbSessionException.BuilderImpl. build()Constructors in software.amazon.awssdk.services.qldbsession.model with parameters of type QldbSessionException Constructor Description BuilderImpl(QldbSessionException ex)
-