public class DatabaseCreationException
extends org.springframework.dao.DataAccessException
| Constructor and Description |
|---|
DatabaseCreationException(String msg)
Construct a
IllegalQueryException with the specified detail message. |
DatabaseCreationException(String msg,
Throwable cause)
Construct a
IllegalQueryException with the specified detail message
and nested exception. |
contains, getMessage, getMostSpecificCause, getRootCauseaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic DatabaseCreationException(String msg)
IllegalQueryException with the specified detail message.msg - the detail messageVisit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.