8990919293949596979899
try { return findFirstActiveChannel( Email.class ); } catch ( IllegalStateException ignore ) { } Email newChannel = new Email( "?????@????.com" ); newChannel.setActive( true ); addElement( newChannel ); return newChannel; }
115116117118119120121122123124125