Uses of Enum Class
cloud.opencode.base.sms.exception.SmsErrorCode
Packages that use SmsErrorCode
-
Uses of SmsErrorCode in cloud.opencode.base.sms.exception
Subclasses with type arguments of type SmsErrorCode in cloud.opencode.base.sms.exceptionMethods in cloud.opencode.base.sms.exception that return SmsErrorCodeModifier and TypeMethodDescriptionSmsException.getErrorCode()static SmsErrorCodeReturns the enum constant of this class with the specified name.static SmsErrorCode[]SmsErrorCode.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in cloud.opencode.base.sms.exception with parameters of type SmsErrorCodeModifierConstructorDescriptionSmsException(SmsErrorCode errorCode) SmsException(SmsErrorCode errorCode, String message) SmsException(SmsErrorCode errorCode, String message, Throwable cause) SmsException(SmsErrorCode errorCode, Throwable cause) SmsNetworkException(SmsErrorCode errorCode, String host) SmsNetworkException(SmsErrorCode errorCode, String host, int port) SmsNetworkException(SmsErrorCode errorCode, String host, int statusCode, String message) SmsNetworkException(SmsErrorCode errorCode, String host, Throwable cause) SmsSendException(SmsErrorCode errorCode, String phoneNumber) SmsSendException(SmsErrorCode errorCode, String phoneNumber, String providerCode) SmsSendException(SmsErrorCode errorCode, String phoneNumber, Throwable cause) SmsTemplateException(SmsErrorCode errorCode, String templateId) SmsTemplateException(SmsErrorCode errorCode, String templateId, String variableName) SmsTimeoutException(SmsErrorCode errorCode, SmsTimeoutException.TimeoutType timeoutType, Duration timeout) SmsTimeoutException(SmsErrorCode errorCode, SmsTimeoutException.TimeoutType timeoutType, Duration timeout, String operation) SmsTimeoutException(SmsErrorCode errorCode, SmsTimeoutException.TimeoutType timeoutType, Duration timeout, Throwable cause)