Searched refs:ce (Results 126 - 150 of 500) sorted by relevance

1234567891011>>

/forgerock/opendj2.6.2/src/server/org/opends/server/tools/
H A DListBackends.java304 catch (ConfigException ce)
306 Message message = ERR_CANNOT_LOAD_SCHEMA.get(ce.getMessage());
331 catch (ConfigException ce)
334 ce.getMessage());
563 catch (ConfigException ce)
566 DN_BACKEND_BASE, ce.getMessage());
567 throw new ConfigException(message, ce);
602 catch (ConfigException ce)
605 String.valueOf(configEntry.getDN()), ce.getMessage());
606 throw new ConfigException(message, ce);
[all...]
H A DRestoreDB.java240 catch (ConfigException ce)
259 catch (CLIException ce)
263 err.println(wrapText(ce.getMessageObject(), MAX_LINE_WIDTH));
399 catch (ConfigException ce)
401 Message message = ERR_CANNOT_LOAD_SCHEMA.get(ce.getMessage());
425 catch (ConfigException ce)
428 ce.getMessage());
453 catch (ConfigException ce)
456 ce.getMessage());
H A DVerifyIndex.java309 catch (ConfigException ce)
311 Message message = ERR_CANNOT_LOAD_SCHEMA.get(ce.getMessage());
335 catch (ConfigException ce)
338 ERR_CANNOT_INITIALIZE_CORE_CONFIG.get(ce.getMessage());
363 catch (ConfigException ce)
366 ERR_CANNOT_INITIALIZE_CRYPTO_MANAGER.get(ce.getMessage());
/forgerock/opendj2-jel-hg/src/server/org/opends/server/tools/
H A DListBackends.java304 catch (ConfigException ce)
306 Message message = ERR_CANNOT_LOAD_SCHEMA.get(ce.getMessage());
331 catch (ConfigException ce)
334 ce.getMessage());
563 catch (ConfigException ce)
566 DN_BACKEND_BASE, ce.getMessage());
567 throw new ConfigException(message, ce);
602 catch (ConfigException ce)
605 String.valueOf(configEntry.getDN()), ce.getMessage());
606 throw new ConfigException(message, ce);
[all...]
H A DRestoreDB.java240 catch (ConfigException ce)
259 catch (CLIException ce)
263 err.println(wrapText(ce.getMessageObject(), MAX_LINE_WIDTH));
399 catch (ConfigException ce)
401 Message message = ERR_CANNOT_LOAD_SCHEMA.get(ce.getMessage());
425 catch (ConfigException ce)
428 ce.getMessage());
453 catch (ConfigException ce)
456 ce.getMessage());
/forgerock/opendj2-hg/src/server/org/opends/server/tools/
H A DListBackends.java286 catch (ConfigException ce)
288 Message message = ERR_CANNOT_LOAD_SCHEMA.get(ce.getMessage());
313 catch (ConfigException ce)
316 ce.getMessage());
545 catch (ConfigException ce)
548 DN_BACKEND_BASE, ce.getMessage());
549 throw new ConfigException(message, ce);
584 catch (ConfigException ce)
587 String.valueOf(configEntry.getDN()), ce.getMessage());
588 throw new ConfigException(message, ce);
[all...]
H A DRestoreDB.java222 catch (ConfigException ce)
241 catch (CLIException ce)
245 err.println(wrapText(ce.getMessageObject(), MAX_LINE_WIDTH));
381 catch (ConfigException ce)
383 Message message = ERR_CANNOT_LOAD_SCHEMA.get(ce.getMessage());
407 catch (ConfigException ce)
410 ce.getMessage());
435 catch (ConfigException ce)
438 ce.getMessage());
/forgerock/opendj-b2.6/src/server/org/opends/server/extensions/
H A DSMTPAccountStatusNotificationHandler.java732 catch (ConfigException ce)
736 TRACER.debugCaught(DebugLogLevel.ERROR, ce);
739 unacceptableReasons.add(ce.getMessageObject());
747 catch (ConfigException ce)
751 TRACER.debugCaught(DebugLogLevel.ERROR, ce);
754 unacceptableReasons.add(ce.getMessageObject());
782 catch (ConfigException ce)
786 TRACER.debugCaught(DebugLogLevel.ERROR, ce);
790 messageList.add(ce.getMessageObject());
/forgerock/opendj-b2.6/src/server/org/opends/server/tools/
H A DRestoreDB.java240 catch (ConfigException ce)
259 catch (CLIException ce)
263 err.println(wrapText(ce.getMessageObject(), MAX_LINE_WIDTH));
399 catch (ConfigException ce)
401 Message message = ERR_CANNOT_LOAD_SCHEMA.get(ce.getMessage());
425 catch (ConfigException ce)
428 ce.getMessage());
453 catch (ConfigException ce)
456 ce.getMessage());
H A DVerifyIndex.java309 catch (ConfigException ce)
311 Message message = ERR_CANNOT_LOAD_SCHEMA.get(ce.getMessage());
335 catch (ConfigException ce)
338 ERR_CANNOT_INITIALIZE_CORE_CONFIG.get(ce.getMessage());
363 catch (ConfigException ce)
366 ERR_CANNOT_INITIALIZE_CRYPTO_MANAGER.get(ce.getMessage());
/forgerock/opendj2/src/server/org/opends/server/extensions/
H A DSMTPAccountStatusNotificationHandler.java731 catch (ConfigException ce)
735 TRACER.debugCaught(DebugLogLevel.ERROR, ce);
738 unacceptableReasons.add(ce.getMessageObject());
746 catch (ConfigException ce)
750 TRACER.debugCaught(DebugLogLevel.ERROR, ce);
753 unacceptableReasons.add(ce.getMessageObject());
781 catch (ConfigException ce)
785 TRACER.debugCaught(DebugLogLevel.ERROR, ce);
789 messageList.add(ce.getMessageObject());
/forgerock/opendj2/src/server/org/opends/server/tools/
H A DRestoreDB.java222 catch (ConfigException ce)
241 catch (CLIException ce)
245 err.println(wrapText(ce.getMessageObject(), MAX_LINE_WIDTH));
381 catch (ConfigException ce)
383 Message message = ERR_CANNOT_LOAD_SCHEMA.get(ce.getMessage());
407 catch (ConfigException ce)
410 ce.getMessage());
435 catch (ConfigException ce)
438 ce.getMessage());
H A DVerifyIndex.java291 catch (ConfigException ce)
293 Message message = ERR_CANNOT_LOAD_SCHEMA.get(ce.getMessage());
317 catch (ConfigException ce)
320 ERR_CANNOT_INITIALIZE_CORE_CONFIG.get(ce.getMessage());
345 catch (ConfigException ce)
348 ERR_CANNOT_INITIALIZE_CRYPTO_MANAGER.get(ce.getMessage());
/forgerock/opendj2.6.2/src/server/org/opends/server/extensions/
H A DSMTPAccountStatusNotificationHandler.java732 catch (ConfigException ce)
736 TRACER.debugCaught(DebugLogLevel.ERROR, ce);
739 unacceptableReasons.add(ce.getMessageObject());
747 catch (ConfigException ce)
751 TRACER.debugCaught(DebugLogLevel.ERROR, ce);
754 unacceptableReasons.add(ce.getMessageObject());
782 catch (ConfigException ce)
786 TRACER.debugCaught(DebugLogLevel.ERROR, ce);
790 messageList.add(ce.getMessageObject());
/forgerock/opendj2-jel-hg/src/server/org/opends/server/extensions/
H A DSMTPAccountStatusNotificationHandler.java745 catch (ConfigException ce)
749 TRACER.debugCaught(DebugLogLevel.ERROR, ce);
752 unacceptableReasons.add(ce.getMessageObject());
760 catch (ConfigException ce)
764 TRACER.debugCaught(DebugLogLevel.ERROR, ce);
767 unacceptableReasons.add(ce.getMessageObject());
797 catch (ConfigException ce)
801 TRACER.debugCaught(DebugLogLevel.ERROR, ce);
805 messageList.add(ce.getMessageObject());
/forgerock/opendj2-hg/src/server/org/opends/server/extensions/
H A DSMTPAccountStatusNotificationHandler.java731 catch (ConfigException ce)
735 TRACER.debugCaught(DebugLogLevel.ERROR, ce);
738 unacceptableReasons.add(ce.getMessageObject());
746 catch (ConfigException ce)
750 TRACER.debugCaught(DebugLogLevel.ERROR, ce);
753 unacceptableReasons.add(ce.getMessageObject());
781 catch (ConfigException ce)
785 TRACER.debugCaught(DebugLogLevel.ERROR, ce);
789 messageList.add(ce.getMessageObject());
/forgerock/openam-v13/openam-server-only/src/main/webapp/assets/lib/yui/event/
H A Devent-debug.js1976 var ce = this.__yui_events[p_type];
1978 if (ce) {
1979 ce.subscribe(p_fn, p_obj, p_override);
2010 var ce = evts[p_type];
2011 if (ce) {
2012 return ce.unsubscribe(p_fn, p_obj);
2081 var ce = new YAHOO.util.CustomEvent(p_type, scope, silent,
2083 events[p_type] = ce;
2086 ce.subscribeEvent.subscribe(opts.onSubscribeCallback);
2094 ce
[all...]
H A Devent-min.js76 YAHOO.util.EventProvider=function(){};YAHOO.util.EventProvider.prototype={__yui_events:null,__yui_subscribers:null,subscribe:function(p_type,p_fn,p_obj,p_override){this.__yui_events=this.__yui_events||{};var ce=this.__yui_events[p_type];if(ce){ce.subscribe(p_fn,p_obj,p_override);}else{this.__yui_subscribers=this.__yui_subscribers||{};var subs=this.__yui_subscribers;if(!subs[p_type]){subs[p_type]=[];}
77 subs[p_type].push({fn:p_fn,obj:p_obj,override:p_override});}},unsubscribe:function(p_type,p_fn,p_obj){this.__yui_events=this.__yui_events||{};var evts=this.__yui_events;if(p_type){var ce=evts[p_type];if(ce){return ce.unsubscribe(p_fn,p_obj);}}else{for(var i in evts){var ret=true;if(YAHOO.lang.hasOwnProperty(evts,i)){ret=ret&&evts[i].unsubscribe(p_fn,p_obj);}}
79 return false;},unsubscribeAll:function(p_type){return this.unsubscribe(p_type);},createEvent:function(p_type,p_config){this.__yui_events=this.__yui_events||{};var opts=p_config||{};var events=this.__yui_events;if(events[p_type]){}else{var scope=opts.scope||this;var silent=(opts.silent);var ce=new YAHOO.util.CustomEvent(p_type,scope,silent,YAHOO.util.CustomEvent.FLAT);events[p_type]=ce;if(opts.onSubscribeCallback){ce.subscribeEvent.subscribe(opts.onSubscribeCallback);}
80 this.__yui_subscribers=this.__yui_subscribers||{};var qs=this.__yui_subscribers[p_type];if(qs){for(var i=0;i<qs.length;++i){ce
[all...]
H A Devent.js1953 var ce = this.__yui_events[p_type];
1955 if (ce) {
1956 ce.subscribe(p_fn, p_obj, p_override);
1987 var ce = evts[p_type];
1988 if (ce) {
1989 return ce.unsubscribe(p_fn, p_obj);
2057 var ce = new YAHOO.util.CustomEvent(p_type, scope, silent,
2059 events[p_type] = ce;
2062 ce.subscribeEvent.subscribe(opts.onSubscribeCallback);
2070 ce
[all...]
/forgerock/openam/openam-server-only/src/main/webapp/assets/lib/yui/event/
H A Devent-debug.js1976 var ce = this.__yui_events[p_type];
1978 if (ce) {
1979 ce.subscribe(p_fn, p_obj, p_override);
2010 var ce = evts[p_type];
2011 if (ce) {
2012 return ce.unsubscribe(p_fn, p_obj);
2081 var ce = new YAHOO.util.CustomEvent(p_type, scope, silent,
2083 events[p_type] = ce;
2086 ce.subscribeEvent.subscribe(opts.onSubscribeCallback);
2094 ce
[all...]
H A Devent-min.js76 YAHOO.util.EventProvider=function(){};YAHOO.util.EventProvider.prototype={__yui_events:null,__yui_subscribers:null,subscribe:function(p_type,p_fn,p_obj,p_override){this.__yui_events=this.__yui_events||{};var ce=this.__yui_events[p_type];if(ce){ce.subscribe(p_fn,p_obj,p_override);}else{this.__yui_subscribers=this.__yui_subscribers||{};var subs=this.__yui_subscribers;if(!subs[p_type]){subs[p_type]=[];}
77 subs[p_type].push({fn:p_fn,obj:p_obj,override:p_override});}},unsubscribe:function(p_type,p_fn,p_obj){this.__yui_events=this.__yui_events||{};var evts=this.__yui_events;if(p_type){var ce=evts[p_type];if(ce){return ce.unsubscribe(p_fn,p_obj);}}else{for(var i in evts){var ret=true;if(YAHOO.lang.hasOwnProperty(evts,i)){ret=ret&&evts[i].unsubscribe(p_fn,p_obj);}}
79 return false;},unsubscribeAll:function(p_type){return this.unsubscribe(p_type);},createEvent:function(p_type,p_config){this.__yui_events=this.__yui_events||{};var opts=p_config||{};var events=this.__yui_events;if(events[p_type]){}else{var scope=opts.scope||this;var silent=(opts.silent);var ce=new YAHOO.util.CustomEvent(p_type,scope,silent,YAHOO.util.CustomEvent.FLAT);events[p_type]=ce;if(opts.onSubscribeCallback){ce.subscribeEvent.subscribe(opts.onSubscribeCallback);}
80 this.__yui_subscribers=this.__yui_subscribers||{};var qs=this.__yui_subscribers[p_type];if(qs){for(var i=0;i<qs.length;++i){ce
[all...]
H A Devent.js1953 var ce = this.__yui_events[p_type];
1955 if (ce) {
1956 ce.subscribe(p_fn, p_obj, p_override);
1987 var ce = evts[p_type];
1988 if (ce) {
1989 return ce.unsubscribe(p_fn, p_obj);
2057 var ce = new YAHOO.util.CustomEvent(p_type, scope, silent,
2059 events[p_type] = ce;
2062 ce.subscribeEvent.subscribe(opts.onSubscribeCallback);
2070 ce
[all...]
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/ui/
H A DLoginPanel.java432 private void handleCertificateException(UserDataCertificateException ce) argument
434 CertificateDialog dlg = new CertificateDialog(null, ce);
441 X509Certificate[] chain = ce.getChain();
442 String authType = ce.getAuthType();
443 String host = ce.getHost();
480 X509Certificate[] chain = ce.getChain();
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DLoginPanel.java431 private void handleCertificateException(UserDataCertificateException ce) argument
433 CertificateDialog dlg = new CertificateDialog(null, ce);
440 X509Certificate[] chain = ce.getChain();
441 String authType = ce.getAuthType();
442 String host = ce.getHost();
479 X509Certificate[] chain = ce.getChain();
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DLoginPanel.java432 private void handleCertificateException(UserDataCertificateException ce) argument
434 CertificateDialog dlg = new CertificateDialog(null, ce);
441 X509Certificate[] chain = ce.getChain();
442 String authType = ce.getAuthType();
443 String host = ce.getHost();
480 X509Certificate[] chain = ce.getChain();

Completed in 132 milliseconds

1234567891011>>