All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.kingsoft.services.exception.KWSTimeoutException Maven / Gradle / Ivy

package com.kingsoft.services.exception;

public class KWSTimeoutException extends KWSClientException {

  private static final long serialVersionUID = 4901483022661634058L;

  public KWSTimeoutException(long requestId, String message) {
    super(requestId, message);
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy