spring-framework / org.springframework.dao / QueryTimeoutException / <init>
<init>
QueryTimeoutException(msg: String)
Constructor for QueryTimeoutException.
Parameters
msg - the detail message
QueryTimeoutException(msg: String, cause: Throwable)
Constructor for QueryTimeoutException.
Parameters
msg - the detail message
cause - the root cause from the data access API in use