Class NotLeaderException

All Implemented Interfaces:
Serializable

@Beta public final class NotLeaderException extends 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
See Also:
  • Constructor Details

    • NotLeaderException

      public NotLeaderException(ActorRef me)
  • Method Details