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