Package net.officefloor.nosql.cosmosdb
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:
java.io.Serializable
public class CosmosPartitionKeyException extends com.azure.cosmos.CosmosException
Indicates unable to extractPartitionKey
for a Cosmos entity.- Author:
- Daniel Sagenschneider
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
CosmosPartitionKeyException(java.lang.Class<?> entityType, java.lang.Throwable cause)
Instantiate.
-
Method Summary
-
Methods inherited from class com.azure.cosmos.CosmosException
getActivityId, getDiagnostics, getMessage, getRequestCharge, getResponseHeaders, getRetryAfterDuration, getStatusCode, getSubStatusCode, toString
-
-