Class CosmosInternalServerErrorException

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.CosmosInternalServerErrorException
All Implemented Interfaces:
Serializable

public final class CosmosInternalServerErrorException extends CosmosAccessException
Exception for Cosmos Internal Server Error Exception.
See Also:
  • Constructor Details

    • CosmosInternalServerErrorException

      public CosmosInternalServerErrorException(@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