public class JndiLookupFailureException
extends org.springframework.core.NestedRuntimeException
NamingException: for example, from Spring's
 JndiObjectTargetSource.| Constructor and Description | 
|---|
| JndiLookupFailureException(String msg,
                          NamingException cause)Construct a new JndiLookupFailureException,
 wrapping the given JNDI NamingException. | 
contains, getMessage, getMostSpecificCause, getRootCauseaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic JndiLookupFailureException(String msg, NamingException cause)
msg - the detail messagecause - the NamingException root cause