Class DOMDataTreeShardCreationFailedException
- java.lang.Object
 - 
- java.lang.Throwable
 - 
- java.lang.Exception
 - 
- org.opendaylight.controller.cluster.sharding.DOMDataTreeShardCreationFailedException
 
 
 
 
- 
- All Implemented Interfaces:
 Serializable
@Beta public class DOMDataTreeShardCreationFailedException extends Exception
Exception thrown when there was a at any point during the creation of a shard viaDistributedShardFactory.- See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description DOMDataTreeShardCreationFailedException(@NonNull String message)DOMDataTreeShardCreationFailedException(@NonNull String message, @NonNull Throwable cause) 
- 
Method Summary
- 
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
 - 
 
 -