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