open class JndiLookupFailureException : NestedRuntimeException
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
JndiLookupFailureException(msg: String, cause: NamingException)
Construct a new JndiLookupFailureException, wrapping the given JNDI NamingException. |