// marshaller understands.
String errorCode = parseErrorCode(node);
if (errorCode == null || !errorCode.equals("IncompatibleOrderableOptions"))
return null;
IncompatibleOrderableOptionsException e = (IncompatibleOrderableOptionsException)super.unmarshall(node);
return e;
}