// JAVADOC COMMENT ELIDED super(message); if ((err < 0) || (err > 7)) { throw new IllegalArgumentException(); } this.err = err;
return err;