ExecutionProblem,
NimbusContextualizationFault {
this.validateAll();
final IdentitiesSend_Type send = new IdentitiesSend_Type();
if (this.queryAll) {
send.setAll(Boolean.TRUE);
} else if (this.queryHost != null) {
send.setHost(this.queryHost);
} else if (this.queryIP != null) {
send.setIp(this.queryIP);
} else {
throw new IllegalStateException("validation failed?");
}
final IdentitiesResponse_Type response;