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