The specified cluster is not in the available state.
333435363738394041
// marshaller understands. String errorCode = parseErrorCode(node); if (errorCode == null || !errorCode.equals("InvalidClusterState")) return null; InvalidClusterStateException e = (InvalidClusterStateException)super.unmarshall(node); return e; }