(ManagedObjectDecodingException) cause;
println();
displayManagedObjectDecodingException(this, de);
println();
} else if (cause instanceof MissingMandatoryPropertiesException) {
MissingMandatoryPropertiesException mmpe =
(MissingMandatoryPropertiesException) cause;
println();
displayMissingMandatoryPropertyException(this, mmpe);
println();
} else if (cause instanceof OperationRejectedException) {