private void ensureInitialized()

in src/main/java/com/azure/servicebus/jms/ServiceBusJmsConnectionFactory.java [432:436]


    private void ensureInitialized() {
        if (!this.initialized) {
            throw new RuntimeException("This ServiceBusJmsConnectionFactory object is not initialized with the proper parameters.");
        }
    }