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
Exception indicating a shard has no current leader.
- Author:
 - Thomas Pantelis
 - See Also:
 
- 
Constructor Summary
ConstructorsConstructorDescriptionNoShardLeaderException(String message) NoShardLeaderException(String message, String shardName) NoShardLeaderException(ShardIdentifier shardId)  - 
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
NoShardLeaderException
 - 
NoShardLeaderException
 - 
NoShardLeaderException
 
 -