public class JndiLookupFailureException
extends org.springframework.core.NestedRuntimeException
NamingException: for example, from Spring's
JndiObjectTargetSource.| 构造器和说明 |
|---|
JndiLookupFailureException(String msg,
NamingException cause)
Construct a new JndiLookupFailureException,
wrapping the given JNDI NamingException.
|
contains, getMessage, getMostSpecificCause, getRootCausepublic JndiLookupFailureException(String msg, NamingException cause)
msg - the detail messagecause - the NamingException root cause