spring-framework / org.springframework.jdbc.datasource.lookup / DataSourceLookupFailureException / <init>

<init>

DataSourceLookupFailureException(msg: String)

Constructor for DataSourceLookupFailureException.

Parameters

msg - the detail message

DataSourceLookupFailureException(msg: String, cause: Throwable)

Constructor for DataSourceLookupFailureException.

Parameters

msg - the detail message

cause - the root cause (usually from using a underlying lookup API such as JNDI)