DatabaseCreationException 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. DatabaseCreationException
- com.
- org.
- org.
- java.
- java.
- java.
public class DatabaseCreationException
extends org.springframework.dao.DataAccessException
General exception for illegal creation of cosmos db
Constructor Summary
Constructor | Description |
---|---|
DatabaseCreationException(String msg) |
Construct a |
DatabaseCreationException(String msg, Throwable cause) |
Construct a |
Methods inherited from java.lang.Object
Methods inherited from java.lang.Throwable
Methods inherited from org.springframework.core.NestedRuntimeException
Constructor Details
DatabaseCreationException
public DatabaseCreationException(String msg)
Construct a IllegalQueryException
with the specified detail message.
Parameters:
DatabaseCreationException
public DatabaseCreationException(String msg, Throwable cause)
Construct a IllegalQueryException
with the specified detail message and nested exception.
Parameters:
Applies to
Azure SDK for Java