Class CosmosPartitionKeyException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.azure.core.exception.AzureException
com.azure.cosmos.CosmosException
net.officefloor.nosql.cosmosdb.CosmosPartitionKeyException
All Implemented Interfaces:
Serializable

public class CosmosPartitionKeyException extends com.azure.cosmos.CosmosException
Indicates unable to extract PartitionKey for a Cosmos entity.
Author:
Daniel Sagenschneider
See Also:
  • Constructor Details

    • CosmosPartitionKeyException

      protected CosmosPartitionKeyException(Class<?> entityType, Throwable cause)
      Instantiate.
      Parameters:
      entityType - Type of entity.
      cause - Cause.