SieveException
165166167168169170171172173
{ dispatcher.execute(action, getMail(), this); } catch (MessagingException e) { throw new SieveException(e); } } }
376377378379380381382383
catch (ParseException ex) { handleFailure(recipient, aMail, ex); } catch (TokenMgrError ex) { handleFailure(recipient, aMail, new SieveException(ex)); } }