protected void checkConfigurations()

in nuvem-standalone/src/main/java/org/apache/nuvem/cloud/xmpp/client/SimpleConnector.java [48:54]


	protected void checkConfigurations() {
		if (host == null || port == 0 || clientJID == null
				|| clientPassword == null) {
			throw new IllegalStateException(
					"the configuration parameters are not initlaized properly!");
		}
	}