Uses of Class
cloud.opencode.base.email.exception.EmailReceiveException
Packages that use EmailReceiveException
-
Uses of EmailReceiveException in cloud.opencode.base.email.exception
Methods in cloud.opencode.base.email.exception that return EmailReceiveExceptionModifier and TypeMethodDescriptionstatic EmailReceiveExceptionEmailReceiveException.connectionLost(Throwable cause) Create exception for connection lost 创建连接丢失异常static EmailReceiveExceptionEmailReceiveException.folderNotFound(String folder) Create exception for folder not found 创建文件夹未找到异常static EmailReceiveExceptionEmailReceiveException.messageNotFound(String messageId) Create exception for message not found 创建消息未找到异常static EmailReceiveExceptionEmailReceiveException.parseFailed(String messageId, Throwable cause) Create exception for message parse failure 创建消息解析失败异常static EmailReceiveExceptionEmailReceiveException.timeout()Create exception for receive timeout 创建接收超时异常