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