641642643644645646647648649650
return engine.invokeProcedure( opContext.getSession(), procedure, values ); } catch ( Exception e ) { LdapOtherException lne = new LdapOtherException( e.getMessage(), e ); lne.initCause( e ); throw lne; } } }
606607608609610611612613614615