Uses of Class
cloud.opencode.base.sms.exception.SmsNetworkException
Packages that use SmsNetworkException
-
Uses of SmsNetworkException in cloud.opencode.base.sms.exception
Methods in cloud.opencode.base.sms.exception that return SmsNetworkExceptionModifier and TypeMethodDescriptionstatic SmsNetworkExceptionSmsNetworkException.connectionRefused(String host, int port) Creates a connection refused exception 创建连接被拒绝异常static SmsNetworkExceptionCreates an HTTP error exception 创建HTTP错误异常static SmsNetworkExceptionSmsNetworkException.networkError(String host, Throwable cause) Creates a network error exception 创建网络错误异常static SmsNetworkExceptionSmsNetworkException.networkError(URI uri, Throwable cause) Creates a network error exception for a URI 为URI创建网络错误异常