spring-framework / org.springframework.jndi / JndiLookupFailureException

JndiLookupFailureException

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

Constructors

<init>

JndiLookupFailureException(msg: String, cause: NamingException)

Construct a new JndiLookupFailureException, wrapping the given JNDI NamingException.