类 JndiLookupFailureException

    • 构造器详细资料

      • JndiLookupFailureException

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