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:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description NoShardLeaderException(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 Detail
- 
NoShardLeaderException
public NoShardLeaderException(String message)
 
- 
NoShardLeaderException
public NoShardLeaderException(ShardIdentifier shardId)
 
 - 
 
 -