Searched refs:ServiceLocationException (Results 1 - 25 of 67) sorted by relevance

123

/osnet-11/usr/src/lib/libslp/javalib/com/sun/slp/
H A DAdvertiser.java65 * @exception ServiceLocationException An exception is thrown if the
74 throws ServiceLocationException;
82 * @exception ServiceLocationException An exception is thrown if the
87 throws ServiceLocationException;
99 * @exception ServiceLocationException An exception is thrown if the
105 throws ServiceLocationException;
116 * @exception ServiceLocationException An exception is thrown if the
122 throws ServiceLocationException;
H A DURLAttributeVerifier.java56 * @exception ServiceLocationException Error code may be:
66 throws ServiceLocationException {
77 throws ServiceLocationException {
98 new ServiceLocationException(
99 ServiceLocationException.INTERNAL_SYSTEM_ERROR,
106 new ServiceLocationException(
107 ServiceLocationException.INTERNAL_SYSTEM_ERROR,
H A DServiceLocationEnumeration.java48 Object next() throws ServiceLocationException;
H A DTemplateRegistry.java57 * @exception ServiceLocationException If the registry can't be created.
61 throws ServiceLocationException
79 * @exception ServiceLocationException If the registration fails.
89 throws ServiceLocationException;
97 * @exception ServiceLocationException Thrown if the template
108 throws ServiceLocationException;
118 * @exception ServiceLocationException If more than one template
130 throws ServiceLocationException;
137 * @exception ServiceLocationException If a parse error occurs or
145 throws ServiceLocationException;
[all...]
H A DSrvLocMsgImpl.java57 throws ServiceLocationException {
61 new ServiceLocationException(
62 ServiceLocationException.NETWORK_ERROR,
H A DLocator.java72 * @exception ServiceLocationException An exception is thrown if the
78 throws ServiceLocationException;
91 * @exception ServiceLocationException An exception is returned if the
99 throws ServiceLocationException;
117 * @exception ServiceLocationException An exception is returned if the
128 throws ServiceLocationException;
146 * @exception ServiceLocationException An exception is returned if the
157 throws ServiceLocationException;
H A DAttributeVerifier.java185 void initialize(Reader r) throws ServiceLocationException {
203 throws ServiceLocationException {
325 throws ServiceLocationException {
334 new ServiceLocationException(
335 ServiceLocationException.PARSE_ERROR,
350 new ServiceLocationException(
351 ServiceLocationException.PARSE_ERROR,
364 new ServiceLocationException(
365 ServiceLocationException.PARSE_ERROR,
375 new ServiceLocationException(
[all...]
H A DOpaque.java71 throws ServiceLocationException {
77 new ServiceLocationException(
78 ServiceLocationException.PARSE_ERROR,
97 new ServiceLocationException(
98 ServiceLocationException.PARSE_ERROR,
108 new ServiceLocationException(
109 ServiceLocationException.PARSE_ERROR,
116 new ServiceLocationException(
117 ServiceLocationException.PARSE_ERROR,
131 new ServiceLocationException(
[all...]
H A DServiceLocationAttributeVerifier.java129 * @exception ServiceLocationException Thrown if the
136 throws ServiceLocationException;
145 * @exception ServiceLocationException Thrown if the
152 throws ServiceLocationException;
H A DServiceStore.java189 * @exception ServiceLocationException Thrown if any
198 throws ServiceLocationException;
210 * @exception ServiceLocationException Thrown if the
218 throws ServiceLocationException;
228 * @exception ServiceLocationException Thrown if any
236 throws ServiceLocationException;
250 * @exception ServiceLocationException Thrown if the
262 throws ServiceLocationException;
273 * @exception ServiceLocationException Thrown if any
280 throws ServiceLocationException;
[all...]
H A DAuthBlock.java70 * @exception ServiceLocationException If a key management or crypto
78 throws ServiceLocationException, IllegalArgumentException {
82 throw new ServiceLocationException(
83 ServiceLocationException.AUTHENTICATION_FAILED,
109 * @exception ServiceLocationException If anything goes wrong during
120 throws ServiceLocationException,
139 * @exception ServiceLocationException Thrown if authentication fails,
141 * ServiceLocationException.AUTHENTICATION_FAILED. If any
143 * error code is ServiceLocationException.SYSTEM_ERROR.
149 throws ServiceLocationException, IllegalArgumentExceptio
[all...]
H A DSLPTemplateRegistry.java100 SLPTemplateRegistry() throws ServiceLocationException {
115 * @exception ServiceLocationException Error code is
134 throws ServiceLocationException {
164 } catch (ServiceLocationException ex) {
170 ServiceLocationException.LANGUAGE_NOT_SUPPORTED) {
180 new ServiceLocationException(
181 ServiceLocationException.INVALID_REGISTRATION,
235 new ServiceLocationException(
236 ServiceLocationException.NOT_IMPLEMENTED,
256 * @exception ServiceLocationException Throw
[all...]
H A DSLPServerHeaderV2.java68 throws ServiceLocationException {
77 throws ServiceLocationException, IOException {
123 throws ServiceLocationException,
180 new ServiceLocationException(
181 ServiceLocationException.PARSE_ERROR,
192 new ServiceLocationException(
193 ServiceLocationException.PARSE_ERROR,
236 if (ex instanceof ServiceLocationException) {
238 hdr.errCode = ((ServiceLocationException)ex).getErrorCode();
240 if (!ServiceLocationException
[all...]
H A DSARequester.java112 * @exception ServiceLocationException An exception is thrown if the
121 throws ServiceLocationException {
133 * @exception ServiceLocationException An exception is thrown if the
138 throws ServiceLocationException {
154 * @exception ServiceLocationException An exception is thrown if the
160 throws ServiceLocationException {
175 * @exception ServiceLocationException An exception is thrown if the
181 throws ServiceLocationException {
206 * @exception ServiceLocationException<br> If any errors occur during
213 throws ServiceLocationException {
[all...]
H A DSLPV1CDAAdvert.java55 throws ServiceLocationException, IOException {
65 throws ServiceLocationException, IOException {
75 if (hdr.errCode != ServiceLocationException.OK) {
84 ServiceLocationException.PARSE_ERROR);
92 new ServiceLocationException(
93 ServiceLocationException.PARSE_ERROR,
H A DSSrvTypeMsg.java55 throws ServiceLocationException, IOException {
66 throws ServiceLocationException, IOException {
83 new ServiceLocationException(
84 ServiceLocationException.PARSE_ERROR,
107 throws ServiceLocationException, IOException {
144 throws ServiceLocationException {
H A DSLPHeaderV1.java92 throws ServiceLocationException, IOException {
128 new ServiceLocationException(
129 ServiceLocationException.AUTHENTICATION_FAILED,
141 new ServiceLocationException(
142 ServiceLocationException.PARSE_ERROR,
165 errCode = ServiceLocationException.OK;
171 throws ServiceLocationException,
215 new ServiceLocationException(
216 ServiceLocationException.PARSE_ERROR,
227 new ServiceLocationException(
[all...]
H A DServiceLocationAttributeV1.java97 throws ServiceLocationException {
134 new ServiceLocationException(
135 ServiceLocationException.PARSE_ERROR,
149 throws ServiceLocationException {
193 new ServiceLocationException(
194 ServiceLocationException.PARSE_ERROR,
203 new ServiceLocationException(
204 ServiceLocationException.PARSE_ERROR,
238 new ServiceLocationException(
239 ServiceLocationException
[all...]
H A DTransact.java74 protected ServiceLocationException exErr = null;
105 throws ServiceLocationException {
141 ServiceLocationException exx = null;
174 if (err != ServiceLocationException.VERSION_NOT_SUPPORTED &&
175 err != ServiceLocationException.INTERNAL_ERROR &&
176 err != ServiceLocationException.OPTION_NOT_SUPPORTED &&
177 err != ServiceLocationException.REQUEST_NOT_SUPPORTED) {
187 if (err != ServiceLocationException.VERSION_NOT_SUPPORTED &&
188 err != ServiceLocationException.INTERNAL_ERROR &&
189 err != ServiceLocationException
[all...]
H A DSLPV1SSrvMsg.java100 throws ServiceLocationException, IOException {
108 throws ServiceLocationException {
122 throws ServiceLocationException, IOException {
201 new ServiceLocationException(
202 ServiceLocationException.PARSE_ERROR,
237 new ServiceLocationException(
238 ServiceLocationException.PARSE_ERROR,
248 throws ServiceLocationException {
308 throws ServiceLocationException {
338 throws ServiceLocationException {
[all...]
H A DClientMsgManager.java90 throws ServiceLocationException {
101 new ServiceLocationException(
102 ServiceLocationException.INTERNAL_ERROR,
125 new ServiceLocationException(
126 ServiceLocationException.INTERNAL_ERROR,
H A DSLPV1SSrvDereg.java55 throws ServiceLocationException, IOException {
64 throws ServiceLocationException, IOException {
74 ServiceLocationException.INVALID_REGISTRATION);
95 new ServiceLocationException(
96 ServiceLocationException.PARSE_ERROR,
H A DParser.java112 throws ServiceLocationException;
132 throws ServiceLocationException {
166 new ServiceLocationException(
167 ServiceLocationException.PARSE_ERROR,
180 new ServiceLocationException(
181 ServiceLocationException.PARSE_ERROR,
287 throws ServiceLocationException, IOException {
296 new ServiceLocationException(
297 ServiceLocationException.PARSE_ERROR,
336 new ServiceLocationException(
[all...]
H A DIANACharCode.java96 throws ServiceLocationException {
115 new ServiceLocationException(
131 throws ServiceLocationException {
141 new ServiceLocationException(
154 * @exception ServiceLocationException Thrown if the encoding is not
160 throws ServiceLocationException {
173 new ServiceLocationException(
198 new ServiceLocationException(
199 ServiceLocationException.PARSE_ERROR,
210 new ServiceLocationException(
[all...]
H A DSLPHeaderV2.java105 throws ServiceLocationException, IOException;
115 throws ServiceLocationException;
149 throws ServiceLocationException, IOException {
184 new ServiceLocationException(
185 ServiceLocationException.PARSE_ERROR,
206 errCode = ServiceLocationException.OK;
214 throws ServiceLocationException,
261 new ServiceLocationException(
262 ServiceLocationException.PARSE_ERROR,
273 new ServiceLocationException(
[all...]

Completed in 49 milliseconds

123