Class ShardLeaderNotRespondingException

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

@Deprecated(since="10.0.12", forRemoval=true) public class ShardLeaderNotRespondingException extends RuntimeException
Deprecated, for removal: This API element is subject to removal in a future version.
This exception is not reported from anywhere and will be removed in the next major release.
Exception indicating a shard leader is not responding to messages.
Author:
Thomas Pantelis
See Also:
  • Constructor Details

    • ShardLeaderNotRespondingException

      public ShardLeaderNotRespondingException(String message, Throwable cause)
      Deprecated, for removal: This API element is subject to removal in a future version.