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