println(e.getMessageObject());
return 1;
} catch (ClientException e) {
Throwable cause = e.getCause();
if (cause instanceof ManagedObjectDecodingException) {
ManagedObjectDecodingException de =
(ManagedObjectDecodingException) cause;
println();
displayManagedObjectDecodingException(this, de);
println();
} else if (cause instanceof MissingMandatoryPropertiesException) {