// This will generate a PROTOCOL_ERROR
throw new DecoderException( I18n.err( I18n.ERR_04099, oidValue ) );
}
Message message = container.getMessage();
Control control = container.getLdapCodecService().newControl( oidValue );
message.addControl( control );
// We can have an END transition
container.setGrammarEndAllowed( true );
if ( IS_DEBUG )