196197198199200201202203204205206
+ stValidator, e); } try { res = stValidator.validate(req, res); } catch (java.lang.Exception e) { throw new WSTrustException("STSManager: could not validate the token " + stValidator, e); }