X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=blobdiff_plain;f=opendaylight%2Fmd-sal%2Fcds-access-api%2Fsrc%2Fmain%2Fjava%2Forg%2Fopendaylight%2Fcontroller%2Fcluster%2Faccess%2Fcommands%2FNotLeaderException.java;fp=opendaylight%2Fmd-sal%2Fcds-access-api%2Fsrc%2Fmain%2Fjava%2Forg%2Fopendaylight%2Fcontroller%2Fcluster%2Faccess%2Fcommands%2FNotLeaderException.java;h=881953c01b5dce9b3f9f9232765ca0fa58f1127d;hp=0864cd0cf0c2fc7495fda9ed9aadf3314dbf780a;hb=139f7a412c8d96fa9d03113439d622c30218c7ce;hpb=a2aa9ed45fe099f6d3611fc22338bfcaebd6d084 diff --git a/opendaylight/md-sal/cds-access-api/src/main/java/org/opendaylight/controller/cluster/access/commands/NotLeaderException.java b/opendaylight/md-sal/cds-access-api/src/main/java/org/opendaylight/controller/cluster/access/commands/NotLeaderException.java index 0864cd0cf0..881953c01b 100644 --- a/opendaylight/md-sal/cds-access-api/src/main/java/org/opendaylight/controller/cluster/access/commands/NotLeaderException.java +++ b/opendaylight/md-sal/cds-access-api/src/main/java/org/opendaylight/controller/cluster/access/commands/NotLeaderException.java @@ -8,17 +8,15 @@ package org.opendaylight.controller.cluster.access.commands; import akka.actor.ActorRef; -import com.google.common.annotations.Beta; +import java.io.Serial; import org.opendaylight.controller.cluster.access.concepts.RequestException; /** * General error raised when the recipient of a Request is not the correct backend to talk to. This typically * means that the backend processing has moved and the frontend needs to run rediscovery and retry the request. - * - * @author Robert Varga */ -@Beta public final class NotLeaderException extends RequestException { + @Serial private static final long serialVersionUID = 1L; public NotLeaderException(final ActorRef me) {