你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

CosmosPartitionIsMigratingException Class

  • java.lang.Object

public final class CosmosPartitionIsMigratingException
extends CosmosAccessException

Exception for Cosmos Partition Is Migrating Exception.

Constructor Summary

Constructor Description
CosmosPartitionIsMigratingException(String msg, Throwable cause)

Construct a CosmosDBAccessException with the specified detail message.

Methods inherited from CosmosAccessException

Methods inherited from java.lang.Object

Methods inherited from java.lang.Throwable

Methods inherited from org.springframework.core.NestedRuntimeException

org.springframework.core.NestedRuntimeException.contains(java.lang.Class< org.springframework.core.NestedRuntimeException.getMostSpecificCause org.springframework.core.NestedRuntimeException.getRootCause

Constructor Details

CosmosPartitionIsMigratingException

public CosmosPartitionIsMigratingException(String msg, Throwable cause)

Construct a CosmosDBAccessException with the specified detail message. and nested exception.

Parameters:

msg - the detail message
cause - the nested Throwable

Applies to