Uses of Class
org.opendaylight.controller.cluster.access.concepts.RequestException
Packages that use RequestException
Package
Description
This package contains the baseline client infrastructure required to implement clients accessing the data store.
This package defines the messages used to interact with the CDS backend implementation.
This package defines basic concepts used to interact with the CDS backend implementation.
-
Uses of RequestException in org.opendaylight.controller.cluster.access.client
Subclasses of RequestException in org.opendaylight.controller.cluster.access.client -
Uses of RequestException in org.opendaylight.controller.cluster.access.commands
Subclasses of RequestException in org.opendaylight.controller.cluster.access.commandsModifier and TypeClassDescriptionfinal class
ARequestException
indicating that the backend has received a request for a transaction which has already been closed, either via a successful commit or abort (which is indicated viaClosedTransactionException.isSuccessful()
.final class
ARequestException
indicating that the backend has received a request to create a history which has already been retired.final class
ARequestException
indicating that the backend has received a request to create a transaction which has already been purged.final class
General error raised when the recipient of a Request is not the correct backend to talk to.final class
ARequestException
indicating that the backend has received a Request whose sequence does not match the next expected sequence for the target.final class
ARequestException
indicating that the backend has received a RequestEnvelope whose sequence does not match the next expected sequence.final class
ARequestException
indicating that the backend has received a request referencing an unknown history.Methods in org.opendaylight.controller.cluster.access.commands with parameters of type RequestExceptionModifier and TypeMethodDescriptionConnectClientRequest.toRequestFailure
(RequestException cause) final LocalHistoryFailure
LocalHistoryRequest.toRequestFailure
(RequestException cause) final TransactionFailure
TransactionRequest.toRequestFailure
(RequestException cause) -
Uses of RequestException in org.opendaylight.controller.cluster.access.concepts
Subclasses of RequestException in org.opendaylight.controller.cluster.access.conceptsModifier and TypeClassDescriptionfinal class
General error raised when the recipient of aRequest
determines that the request contains aClientIdentifier
which corresponds to an outdated generation.final class
General error raised when the recipient of aRequest
fails to process a request.final class
General error raised when the recipient of aRequest
determines that it does not know how to handle the request.Methods in org.opendaylight.controller.cluster.access.concepts that return RequestExceptionModifier and TypeMethodDescriptionfinal @NonNull RequestException
RequestFailure.getCause()
Return the failure cause.Methods in org.opendaylight.controller.cluster.access.concepts with parameters of type RequestExceptionModifier and TypeMethodDescription@NonNull C
RequestFailure.SerialForm.createFailure
(@NonNull T target, long sequence, @NonNull RequestException failureCause) void
RequestEnvelope.sendFailure
(RequestException cause, long executionTimeNanos) Respond to this envelope with aRequestFailure
caused by specifiedRequestException
.abstract @NonNull RequestFailure
<T, ?> Request.toRequestFailure
(@NonNull RequestException cause) Return aRequestFailure
for this request, caused by aRequestException
.Constructors in org.opendaylight.controller.cluster.access.concepts with parameters of type RequestExceptionModifierConstructorDescriptionprotected
RequestFailure
(@NonNull T target, long sequence, @NonNull RequestException cause)