Class ConnectionFactoryNotFoundException

    • Constructor Detail

      • ConnectionFactoryNotFoundException

        public ConnectionFactoryNotFoundException​(String name,
                                                  Exception nested)
        Constructs a connection factory not found exception.
        Parameters:
        name - The JNDI name that was not found.
        nested - The nested exception from the naming service.