catch (NoSuchAlgorithmException nsae)
{
session.enabledSuites.remove (suite);
internalError();
SSLException e = new SSLException ("suite " + suite + " not available in this configuration");
e.initCause (nsae);
throw e;
}
catch (NoSuchPaddingException nspe)
{
session.enabledSuites.remove (suite);