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 Summary
ConstructorsConstructorDescriptionShardLeaderNotRespondingException(String message, Throwable cause) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ShardLeaderNotRespondingException
Deprecated, for removal: This API element is subject to removal in a future version.
-