Class RetiredGenerationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.opendaylight.controller.cluster.access.concepts.RequestException
org.opendaylight.controller.cluster.access.concepts.RetiredGenerationException
All Implemented Interfaces:
Serializable

public final class RetiredGenerationException extends RequestException
General error raised when the recipient of a Request determines that the request contains a ClientIdentifier which corresponds to an outdated generation.
See Also:
  • Constructor Details

    • RetiredGenerationException

      public RetiredGenerationException(long originatingGeneration, long newGeneration)
  • Method Details