Class CosmosPartitionIsMigratingException
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.CosmosPartitionIsMigratingException
- All Implemented Interfaces:
Serializable
Exception for Cosmos Partition Is Migrating Exception.
- See Also:
-
Field Summary
Fields inherited from class com.azure.spring.data.cosmos.exception.CosmosAccessException
cosmosException
-
Constructor Summary
ConstructorsConstructorDescriptionCosmosPartitionIsMigratingException
(String msg, Throwable cause) Construct aCosmosDBAccessException
with the specified detail message. -
Method Summary
Methods inherited from class com.azure.spring.data.cosmos.exception.CosmosAccessException
getCosmosException
Methods inherited from class org.springframework.core.NestedRuntimeException
contains, getMostSpecificCause, getRootCause
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CosmosPartitionIsMigratingException
Construct aCosmosDBAccessException
with the specified detail message. and nested exception.- Parameters:
msg
- the detail messagecause
- the nested Throwable
-