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