Class DOMDataTreeShardCreationFailedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.opendaylight.controller.cluster.sharding.DOMDataTreeShardCreationFailedException
-
- All Implemented Interfaces:
Serializable
@Beta @Deprecated(forRemoval=true) public class DOMDataTreeShardCreationFailedException extends Exception
Deprecated, for removal: This API element is subject to removal in a future version.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)
Deprecated, for removal: This API element is subject to removal in a future version.DOMDataTreeShardCreationFailedException(@NonNull String message, @NonNull 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 Detail
-
DOMDataTreeShardCreationFailedException
public DOMDataTreeShardCreationFailedException(@NonNull String message)
Deprecated, for removal: This API element is subject to removal in a future version.
-
-