Uses of Class
cloud.opencode.base.email.exception.EmailException
Packages that use EmailException
-
Uses of EmailException in cloud.opencode.base.email.exception
Subclasses of EmailException in cloud.opencode.base.email.exceptionModifier and TypeClassDescriptionclassEmail Configuration Exception 邮件配置异常classEmail Receive Exception 邮件接收异常classEmail Security Exception 邮件安全异常classEmail Send Exception 邮件发送异常classEmail Template Exception 邮件模板异常 -
Uses of EmailException in cloud.opencode.base.email.retry
Methods in cloud.opencode.base.email.retry with parameters of type EmailExceptionModifier and TypeMethodDescriptionvoidEmailRetryExecutor.RetryCallback.onRetry(int attempt, EmailException exception) Called on each retry attempt 每次重试时调用