Lines Matching refs:re

218         } catch (RemoteException re) {
220 FSUtils.debug.warning("AMC:getAssertion: " + artifact, re);
222 throw (new FSException(re.getMessage()));
223 } catch (FSRemoteException re) {
225 FSUtils.debug.warning("AMC:getAssertion: " + artifact, re);
227 throw (new FSException(re.getMessage()));
228 } catch (SAMLException re) {
230 FSUtils.debug.warning("AMC:getAssertion: " + artifact, re);
232 throw (new FSException(re.getMessage()));
233 } catch (Exception re) {
235 FSUtils.debug.warning("AMC:getAssertion: " + artifact, re);
237 throw (new FSException(re.getMessage()));
269 } catch (RemoteException re) {
272 re);
274 throw (new FSException(re.getMessage()));
275 } catch (FSRemoteException re) {
278 re);
280 throw (new FSException(re.getMessage()));
281 } catch (Exception re) {
284 re);
286 throw (new FSException(re.getMessage()));
310 } catch (RemoteException re) {
312 FSUtils.debug.warning("AMC:isUserExists: " + userDN, re);
314 throw (new FSException(re.getMessage()));
315 } catch (FSRemoteException re) {
317 FSUtils.debug.warning("AMC:isUserExists: " + userDN, re);
319 throw (new FSException(re.getMessage()));
320 } catch (Exception re) {
322 FSUtils.debug.warning("AMC:isUserExists: " + userDN, re);
324 throw (new FSException(re.getMessage()));
351 } catch (RemoteException re) {
353 FSUtils.debug.warning("AMC:getErrorStatus: " + artifact, re);
355 throw (new FSException(re.getMessage()));
356 } catch (FSRemoteException re) {
358 FSUtils.debug.warning("AMC:getErrorStatus: " + artifact, re);
360 throw (new FSException(re.getMessage()));
361 } catch (SAMLException re) {
363 FSUtils.debug.warning("AMC:getErrorStatus: " + artifact, re);
365 throw (new FSException(re.getMessage()));
366 } catch (Exception re) {
368 FSUtils.debug.warning("AMC:getErrorStatus: " + artifact, re);
370 throw (new FSException(re.getMessage()));