CosmosPartitionKeyRangeIsSplittingException Class
- java.
lang. Object - java.
lang. Throwable - java.
lang. Exception - java.
lang. RuntimeException - org.
springframework. core. NestedRuntimeException - org.
springframework. dao. DataAccessException - com.
azure. spring. data. cosmos. exception. CosmosAccessException - com.
azure. spring. data. cosmos. exception. CosmosPartitionKeyRangeIsSplittingException
- com.
- com.
- org.
- org.
- java.
- java.
- java.
public final class CosmosPartitionKeyRangeIsSplittingException
extends CosmosAccessException
Exception for Cosmos Key Range Is Splitting Exception.
Constructor Summary
| Constructor | Description |
|---|---|
| CosmosPartitionKeyRangeIsSplittingException(String msg, Throwable cause) |
Construct a |
Methods inherited from CosmosAccessException
Methods inherited from java.lang.Object
Methods inherited from java.lang.Throwable
Methods inherited from org.springframework.core.NestedRuntimeException
Constructor Details
CosmosPartitionKeyRangeIsSplittingException
public CosmosPartitionKeyRangeIsSplittingException(String msg, Throwable cause)
Construct a CosmosDBAccessException with the specified detail message. and nested exception.
Parameters: