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