Class CosmosNoEntityIdentifierException

  • All Implemented Interfaces:
    java.io.Serializable

    public class CosmosNoEntityIdentifierException
    extends com.azure.cosmos.CosmosException
    Indicates unable to determine the identifier for a Cosmos entity.
    Author:
    Daniel Sagenschneider
    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class com.azure.cosmos.CosmosException

        getActivityId, getDiagnostics, getMessage, getRequestCharge, getResponseHeaders, getRetryAfterDuration, getStatusCode, getSubStatusCode, toString
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • CosmosNoEntityIdentifierException

        protected CosmosNoEntityIdentifierException​(java.lang.Class<?> entityType)
        Instantiate.
        Parameters:
        entityType - Type of entity.