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

public final class CosmosPartitionIsMigratingException extends CosmosAccessException
Exception for Cosmos Partition Is Migrating Exception.
See Also:
  • Constructor Details

    • CosmosPartitionIsMigratingException

      public CosmosPartitionIsMigratingException(@Nullable String msg, @Nullable Throwable cause)
      Construct a CosmosDBAccessException with the specified detail message. and nested exception.
      Parameters:
      msg - the detail message
      cause - the nested Throwable