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
public class ShardLeaderNotRespondingException extends RuntimeException
Exception indicating a shard leader is not responding to messages.- Author:
 - Thomas Pantelis
 - See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description ShardLeaderNotRespondingException(String message, Throwable cause) 
- 
Method Summary
- 
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
 - 
 
 -