CosmosForbiddenException Class
- 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. CosmosForbiddenException
- com.
- com.
- org.
- org.
- java.
- java.
- java.
public final class CosmosForbiddenException
extends CosmosAccessException
Exception for Cosmos Forbidden Exception.
Constructor Summary
| Constructor | Description |
|---|---|
| CosmosForbiddenException(String msg, Throwable cause) |
Construct a |
Methods inherited from CosmosAccessException
Methods inherited from java.lang.Object
Methods inherited from java.lang.Throwable
Methods inherited from org.springframework.core.NestedRuntimeException
Constructor Details
CosmosForbiddenException
public CosmosForbiddenException(String msg, Throwable cause)
Construct a CosmosDBAccessException with the specified detail message. and nested exception.
Parameters: