Class NotLeaderException

All Implemented Interfaces:
Serializable

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.
See Also:
  • Constructor Details

    • NotLeaderException

      public NotLeaderException(ActorRef me)
  • Method Details