Class NoShardLeaderException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.opendaylight.controller.cluster.datastore.exceptions.NoShardLeaderException
All Implemented Interfaces:
Serializable

public class NoShardLeaderException extends RuntimeException
Exception indicating a shard has no current leader.
Author:
Thomas Pantelis
See Also:
  • Constructor Details

    • NoShardLeaderException

      public NoShardLeaderException(String message)
    • NoShardLeaderException

      public NoShardLeaderException(String message, String shardName)
    • NoShardLeaderException

      public NoShardLeaderException(ShardIdentifier shardId)