verifyBrokenChannel method
- @protected
Implementation
@protected
void verifyBrokenChannel() {
if (this.isBroken) {
throw FExceptionInvalidOperation("Wrong operation on broken channel");
}
}
@protected
void verifyBrokenChannel() {
if (this.isBroken) {
throw FExceptionInvalidOperation("Wrong operation on broken channel");
}
}