Uses of Enum Class
cloud.opencode.base.email.exception.EmailErrorCode
Packages that use EmailErrorCode
-
Uses of EmailErrorCode in cloud.opencode.base.email.exception
Subclasses with type arguments of type EmailErrorCode in cloud.opencode.base.email.exceptionMethods in cloud.opencode.base.email.exception that return EmailErrorCodeModifier and TypeMethodDescriptionstatic EmailErrorCodeEmailErrorCode.fromException(Throwable e) Get error code from exception 从异常获取错误码EmailException.getEmailErrorCode()Get the email error code 获取邮件错误码static EmailErrorCodeReturns the enum constant of this class with the specified name.static EmailErrorCode[]EmailErrorCode.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in cloud.opencode.base.email.exception with parameters of type EmailErrorCodeModifierConstructorDescriptionEmailException(String message, EmailErrorCode errorCode) Create exception with message and error code 使用消息和错误码创建异常EmailException(String message, Throwable cause, Email email, EmailErrorCode errorCode) Create exception with all parameters 使用所有参数创建异常EmailReceiveException(String message, EmailErrorCode errorCode) Create receive exception with message and error code 使用消息和错误码创建接收异常EmailReceiveException(String message, Throwable cause, EmailErrorCode errorCode) Create receive exception with message, cause and error code 使用消息、原因和错误码创建接收异常EmailReceiveException(String message, Throwable cause, EmailErrorCode errorCode, String folder, String messageId, ReceivedEmail receivedEmail) Create receive exception with full context 使用完整上下文创建接收异常EmailSecurityException(String message, EmailErrorCode errorCode) Create security exception with message and error code 使用消息和错误码创建安全异常EmailSendException(String message, Email email, EmailErrorCode errorCode) Create send exception with email and error code 使用邮件和错误码创建发送异常EmailSendException(String message, Throwable cause, Email email, EmailErrorCode errorCode) Create send exception with all parameters 使用所有参数创建发送异常