RuntimeException to be thrown in case of JNDI lookup failures,
in particular from code that does not declare JNDI's checked
javax.naming.NamingException : for example, from Spring's
JndiObjectTargetSource .
author: Juergen Hoeller since: 2.0.3
Construct a new JndiLookupFailureException,
wrapping the given JNDI NamingException.
Parameters: msg - the detail message Parameters: cause - the NamingException root cause
Methods inherited from org.springframework.core.NestedRuntimeException