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