Searched refs:exceptionList (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/share/native/java/lang/
H A Djava_props.h112 char *exceptionList; member in struct:__anon657
H A DSystem.c279 if (sprops->exceptionList) {
280 PUTPROP(props, "http.nonProxyHosts", sprops->exceptionList);
282 PUTPROP(props, "ftp.nonProxyHosts", sprops->exceptionList);
283 PUTPROP(props, "socksNonProxyHosts", sprops->exceptionList);
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/corba/
H A DRequestImpl.java108 ExceptionList exceptionList,
132 if (exceptionList == null)
135 _exceptions = exceptionList;
102 RequestImpl(ORB orb, org.omg.CORBA.Object targetObject, Context ctx, String operationName, NVList argumentList, NamedValue resultContainer, ExceptionList exceptionList, ContextList ctxList) argument
/openjdk7/jdk/src/solaris/native/java/lang/
H A Djava_props_macosx.c318 sProps->exceptionList = createUTF8CString(cf_exceptionList);

Completed in 31 milliseconds