251252253254255256257258259260261
{ } try { channel.removeAttribute("foo"); Assert.fail(); } catch (IllegalStateException expected) { }