Uses of Class
com.netscape.certsrv.notification.ENotificationException
-
Packages that use ENotificationException Package Description com.netscape.certsrv.notification com.netscape.cms.jobs com.netscape.cms.notification -
-
Uses of ENotificationException in com.netscape.certsrv.notification
Methods in com.netscape.certsrv.notification that throw ENotificationException Modifier and Type Method Description java.lang.String
IEmailResolver. getEmail(IEmailResolverKeys keys)
returns an email address by using the resolver keys.void
IMailNotification. sendNotification()
send one message to one or more addressees -
Uses of ENotificationException in com.netscape.cms.jobs
Methods in com.netscape.cms.jobs that throw ENotificationException Modifier and Type Method Description protected void
RenewalNotificationJob. mailUser(java.lang.String subject, java.lang.String msg, java.lang.String sender, IRequest req, ICertRecord cr)
-
Uses of ENotificationException in com.netscape.cms.notification
Methods in com.netscape.cms.notification that throw ENotificationException Modifier and Type Method Description void
MailNotification. sendNotification()
send one message to one or more addressees
-