Home
last modified time | relevance | path

Searched refs:ServiceLocationException (Results 1 – 25 of 69) sorted by relevance

123

/titanic_50/usr/src/lib/libslp/javalib/com/sun/slp/
H A DAttributeVerifier.java187 void initialize(Reader r) throws ServiceLocationException { in initialize()
205 throws ServiceLocationException { in initializeAttributesOnly()
327 throws ServiceLocationException { in verifyAttribute()
336 new ServiceLocationException( in verifyAttribute()
337 ServiceLocationException.PARSE_ERROR, in verifyAttribute()
352 new ServiceLocationException( in verifyAttribute()
353 ServiceLocationException.PARSE_ERROR, in verifyAttribute()
366 new ServiceLocationException( in verifyAttribute()
367 ServiceLocationException.PARSE_ERROR, in verifyAttribute()
377 new ServiceLocationException( in verifyAttribute()
[all …]
H A DAuthBlock.java78 throws ServiceLocationException, IllegalArgumentException { in makeAuthBlocks()
82 throw new ServiceLocationException( in makeAuthBlocks()
83 ServiceLocationException.AUTHENTICATION_FAILED, in makeAuthBlocks()
120 throws ServiceLocationException, in makeAuthBlocks()
149 throws ServiceLocationException, IllegalArgumentException { in verifyAll()
202 throws ServiceLocationException, IllegalArgumentException { in externalizeAll()
291 static boolean canSignAs(String someDN) throws ServiceLocationException { in canSignAs()
369 static Hashtable getSignAs() throws ServiceLocationException { in getSignAs()
383 } catch (ServiceLocationException e) { in getSignAs()
410 static X509Certificate getSignAsCert() throws ServiceLocationException { in getSignAsCert()
[all …]
H A DServiceLocationAttributeV1.java97 throws ServiceLocationException { in LUT2()
134 new ServiceLocationException( in LUT2()
135 ServiceLocationException.PARSE_ERROR, in LUT2()
149 throws ServiceLocationException { in radix64ToOpaque()
193 new ServiceLocationException( in radix64ToOpaque()
194 ServiceLocationException.PARSE_ERROR, in radix64ToOpaque()
203 new ServiceLocationException( in radix64ToOpaque()
204 ServiceLocationException.PARSE_ERROR, in radix64ToOpaque()
238 new ServiceLocationException( in radix64ToOpaque()
239 ServiceLocationException.PARSE_ERROR, in radix64ToOpaque()
[all …]
H A DSLPV1SSrvMsg.java100 throws ServiceLocationException, IOException { in SLPV1SSrvMsg()
108 throws ServiceLocationException { in makeEmptyReply()
122 throws ServiceLocationException, IOException { in initialize()
201 new ServiceLocationException( in initialize()
202 ServiceLocationException.PARSE_ERROR, in initialize()
237 new ServiceLocationException( in initialize()
238 ServiceLocationException.PARSE_ERROR, in initialize()
248 throws ServiceLocationException { in makeReply()
308 throws ServiceLocationException { in convertQuery()
338 throws ServiceLocationException { in rewriteQueryJoin()
[all …]
H A DSLPTemplateRegistry.java100 SLPTemplateRegistry() throws ServiceLocationException { in SLPTemplateRegistry()
134 throws ServiceLocationException { in registerServiceTemplate()
164 } catch (ServiceLocationException ex) { in registerServiceTemplate()
170 ServiceLocationException.LANGUAGE_NOT_SUPPORTED) { in registerServiceTemplate()
180 new ServiceLocationException( in registerServiceTemplate()
181 ServiceLocationException.INVALID_REGISTRATION, in registerServiceTemplate()
235 new ServiceLocationException( in registerServiceTemplate()
236 ServiceLocationException.NOT_IMPLEMENTED, in registerServiceTemplate()
265 throws ServiceLocationException { in deregisterServiceTemplate()
283 new ServiceLocationException( in deregisterServiceTemplate()
[all …]
H A DSLPHeaderV1.java92 throws ServiceLocationException, IOException { in parseHeader()
128 new ServiceLocationException( in parseHeader()
129 ServiceLocationException.AUTHENTICATION_FAILED, in parseHeader()
141 new ServiceLocationException( in parseHeader()
142 ServiceLocationException.PARSE_ERROR, in parseHeader()
165 errCode = ServiceLocationException.OK; in parseHeader()
171 throws ServiceLocationException, in parseMsg()
215 new ServiceLocationException( in parseMsg()
216 ServiceLocationException.PARSE_ERROR, in parseMsg()
227 new ServiceLocationException( in parseMsg()
[all …]
H A DTransact.java74 protected ServiceLocationException exErr = null;
105 throws ServiceLocationException { in transactUA()
141 ServiceLocationException exx = null; in transactUA()
174 if (err != ServiceLocationException.VERSION_NOT_SUPPORTED && in transactUA()
175 err != ServiceLocationException.INTERNAL_ERROR && in transactUA()
176 err != ServiceLocationException.OPTION_NOT_SUPPORTED && in transactUA()
177 err != ServiceLocationException.REQUEST_NOT_SUPPORTED) { in transactUA()
187 if (err != ServiceLocationException.VERSION_NOT_SUPPORTED && in transactUA()
188 err != ServiceLocationException.INTERNAL_ERROR && in transactUA()
189 err != ServiceLocationException.OPTION_NOT_SUPPORTED && in transactUA()
[all …]
H A DSLPHeaderV2.java105 throws ServiceLocationException, IOException; in parse()
115 throws ServiceLocationException; in externalize()
149 throws ServiceLocationException, IOException { in parseHeader()
184 new ServiceLocationException( in parseHeader()
185 ServiceLocationException.PARSE_ERROR, in parseHeader()
206 errCode = ServiceLocationException.OK; in parseHeader()
214 throws ServiceLocationException, in parseMsg()
261 new ServiceLocationException( in parseMsg()
262 ServiceLocationException.PARSE_ERROR, in parseMsg()
273 new ServiceLocationException( in parseMsg()
[all …]
H A DIANACharCode.java96 throws ServiceLocationException { in encodeCharacterEncoding()
115 new ServiceLocationException( in encodeCharacterEncoding()
131 throws ServiceLocationException { in decodeCharacterEncoding()
141 new ServiceLocationException( in decodeCharacterEncoding()
160 throws ServiceLocationException { in escapeChar()
173 new ServiceLocationException( in escapeChar()
198 new ServiceLocationException( in escapeChar()
199 ServiceLocationException.PARSE_ERROR, in escapeChar()
210 new ServiceLocationException( in escapeChar()
211 ServiceLocationException.PARSE_ERROR, in escapeChar()
[all …]
H A DServiceLocationAttribute.java129 throws ServiceLocationException { in ServiceLocationAttribute()
132 new ServiceLocationException(ServiceLocationException.PARSE_ERROR, in ServiceLocationAttribute()
156 new ServiceLocationException( in ServiceLocationAttribute()
157 ServiceLocationException.PARSE_ERROR, in ServiceLocationAttribute()
190 new ServiceLocationException( in ServiceLocationAttribute()
191 ServiceLocationException.PARSE_ERROR, in ServiceLocationAttribute()
204 new ServiceLocationException( in ServiceLocationAttribute()
205 ServiceLocationException.PARSE_ERROR, in ServiceLocationAttribute()
218 throws ServiceLocationException { in evaluate()
323 } catch (ServiceLocationException ex) { in escapeId()
[all …]
H A DServiceTable.java118 throws ServiceLocationException { in getServiceTable()
141 throws ServiceLocationException { in createServiceTable()
215 } catch (ServiceLocationException ex) { in serializeServiceStore()
261 } catch (ServiceLocationException ex) { in getStoreFromURL()
360 } catch (ServiceLocationException ex) { in registerStore()
485 } catch (ServiceLocationException ex) { in ageStore()
516 (fresh ? ServiceLocationException.INVALID_REGISTRATION : in register()
517 ServiceLocationException.INVALID_UPDATE); in register()
539 new ServiceLocationException(errorCode, in register()
555 new ServiceLocationException(errorCode, in register()
[all …]
H A DSLPServerHeaderV2.java68 throws ServiceLocationException { in SLPServerHeaderV2()
77 throws ServiceLocationException, IOException { in parseHeader()
123 throws ServiceLocationException, in parseMsg()
180 new ServiceLocationException( in parseMsg()
181 ServiceLocationException.PARSE_ERROR, in parseMsg()
192 new ServiceLocationException( in parseMsg()
193 ServiceLocationException.PARSE_ERROR, in parseMsg()
236 if (ex instanceof ServiceLocationException) { in makeErrorReply()
238 hdr.errCode = ((ServiceLocationException)ex).getErrorCode(); in makeErrorReply()
240 if (!ServiceLocationException.validWireErrorCode(hdr.errCode)) { in makeErrorReply()
[all …]
H A DServiceStoreFactory.java84 throws ServiceLocationException { in createServiceStore()
94 throws ServiceLocationException { in createServiceStoreFromProperty()
109 new ServiceLocationException( in createServiceStoreFromProperty()
110 ServiceLocationException.INTERNAL_SYSTEM_ERROR, in createServiceStoreFromProperty()
124 new ServiceLocationException( in createServiceStoreFromProperty()
125 ServiceLocationException.INTERNAL_SYSTEM_ERROR, in createServiceStoreFromProperty()
134 new ServiceLocationException( in createServiceStoreFromProperty()
135 ServiceLocationException.INTERNAL_SYSTEM_ERROR, in createServiceStoreFromProperty()
144 new ServiceLocationException( in createServiceStoreFromProperty()
145 ServiceLocationException.INTERNAL_SYSTEM_ERROR, in createServiceStoreFromProperty()
[all …]
H A DParser.java112 throws ServiceLocationException; in evaluate()
132 throws ServiceLocationException { in parseAndEvaluateQuery()
166 new ServiceLocationException( in parseAndEvaluateQuery()
167 ServiceLocationException.PARSE_ERROR, in parseAndEvaluateQuery()
180 new ServiceLocationException( in parseAndEvaluateQuery()
181 ServiceLocationException.PARSE_ERROR, in parseAndEvaluateQuery()
287 throws ServiceLocationException, IOException { in parseFilter()
296 new ServiceLocationException( in parseFilter()
297 ServiceLocationException.PARSE_ERROR, in parseFilter()
336 new ServiceLocationException( in parseFilter()
[all …]
H A DOpaque.java71 throws ServiceLocationException { in unescapeByteArray()
77 new ServiceLocationException( in unescapeByteArray()
78 ServiceLocationException.PARSE_ERROR, in unescapeByteArray()
97 new ServiceLocationException( in unescapeByteArray()
98 ServiceLocationException.PARSE_ERROR, in unescapeByteArray()
108 new ServiceLocationException( in unescapeByteArray()
109 ServiceLocationException.PARSE_ERROR, in unescapeByteArray()
116 new ServiceLocationException( in unescapeByteArray()
117 ServiceLocationException.PARSE_ERROR, in unescapeByteArray()
131 new ServiceLocationException( in unescapeByteArray()
[all …]
H A DSARequester.java121 throws ServiceLocationException { in register()
138 throws ServiceLocationException { in deregister()
160 throws ServiceLocationException { in addAttributes()
181 throws ServiceLocationException { in deleteAttributes()
213 throws ServiceLocationException { in registerInternal()
280 throws ServiceLocationException { in deregisterInternal()
320 private void handleError(SrvLocMsg msg) throws ServiceLocationException { in handleError()
324 throw new ServiceLocationException( in handleError()
325 ServiceLocationException.NETWORK_ERROR, in handleError()
332 if (ex != ServiceLocationException.OK) { in handleError()
[all …]
H A DSrvLocHeader.java116 ServiceLocationException.OK; // not applicable to start
225 throws ServiceLocationException, IOException, IllegalArgumentException; in parseHeader()
230 throws ServiceLocationException, IOException, IllegalArgumentException; in parseMsg()
238 throws ServiceLocationException; in externalize()
248 throws ServiceLocationException; in getDAAdvert()
257 throws ServiceLocationException, in parseOptions()
316 throws ServiceLocationException, IOException { in getInt()
329 throws ServiceLocationException, IOException { in getInteger()
363 throws ServiceLocationException, IOException { in getInt24()
393 throws ServiceLocationException, IOException { in getString()
[all …]
H A DServiceStore.java198 throws ServiceLocationException; in register()
218 throws ServiceLocationException; in deregister()
236 throws ServiceLocationException; in updateRegistration()
262 throws ServiceLocationException; in deleteAttributes()
280 throws ServiceLocationException; in findServiceTypes()
316 throws ServiceLocationException; in findServices()
348 throws ServiceLocationException; in findAttributes()
376 throws ServiceLocationException; in findAttributes()
H A DURLAttributeVerifier.java66 throws ServiceLocationException { in URLAttributeVerifier()
77 throws ServiceLocationException { in initialize()
98 new ServiceLocationException( in initialize()
99 ServiceLocationException.INTERNAL_SYSTEM_ERROR, in initialize()
106 new ServiceLocationException( in initialize()
107 ServiceLocationException.INTERNAL_SYSTEM_ERROR, in initialize()
H A DTemplateRegistry.java61 throws ServiceLocationException in getTemplateRegistry()
89 throws ServiceLocationException; in registerServiceTemplate()
108 throws ServiceLocationException; in deregisterServiceTemplate()
130 throws ServiceLocationException; in findTemplateURL()
145 throws ServiceLocationException; in attributeVerifier()
H A DSLPV1CDAAdvert.java55 throws ServiceLocationException, IOException { in SLPV1CDAAdvert()
65 throws ServiceLocationException, IOException { in initialize()
75 if (hdr.errCode != ServiceLocationException.OK) { in initialize()
84 ServiceLocationException.PARSE_ERROR); in initialize()
92 new ServiceLocationException( in initialize()
93 ServiceLocationException.PARSE_ERROR, in initialize()
H A DSunDATable.java92 SunDATable() throws ServiceLocationException { in SunDATable()
127 throws ServiceLocationException { in findDAScopes()
254 throws ServiceLocationException { in getWireTable()
273 throws ServiceLocationException { in getSrvReply()
334 rply.getErrorCode() != ServiceLocationException.OK) { in getSrvReply()
337 ServiceLocationException.INTERNAL_SYSTEM_ERROR : in getSrvReply()
340 new ServiceLocationException(errCode, in getSrvReply()
353 throws ServiceLocationException { in processReply()
410 new ServiceLocationException( in processReply()
411 ServiceLocationException.PARSE_ERROR, in processReply()
H A DSSrvTypeMsg.java55 throws ServiceLocationException, IOException { in SSrvTypeMsg()
66 throws ServiceLocationException, IOException { in initialize()
83 new ServiceLocationException( in initialize()
84 ServiceLocationException.PARSE_ERROR, in initialize()
107 throws ServiceLocationException, IOException { in parseNamingAuthorityIn()
144 throws ServiceLocationException { in makeReply()
H A DClientMsgManager.java90 throws ServiceLocationException { in newInstance()
101 new ServiceLocationException( in newInstance()
102 ServiceLocationException.INTERNAL_ERROR, in newInstance()
125 new ServiceLocationException( in newInstance()
126 ServiceLocationException.INTERNAL_ERROR, in newInstance()
H A DAdvertiser.java74 throws ServiceLocationException; in register()
87 throws ServiceLocationException; in deregister()
105 throws ServiceLocationException; in addAttributes()
122 throws ServiceLocationException; in deleteAttributes()

123