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