public class JndiLookupFailureException extends 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, getRootCause
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public JndiLookupFailureException(String msg, NamingException cause)
msg
- the detail messagecause
- the NamingException root cause