Class JndiLookupFailureException

    • Constructor Detail

      • JndiLookupFailureException

        public JndiLookupFailureException​(String msg,
                                          NamingException cause)
        Construct a new JndiLookupFailureException, wrapping the given JNDI NamingException.
        Parameters:
        msg - the detail message
        cause - the NamingException root cause