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

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

package com.kingsoft.services.exception;

public class ServiceUnavailableException extends KWSClientException {

  private static final long serialVersionUID = 2702360140718403661L;

  public ServiceUnavailableException(long requestId, String message, Throwable t) {
    super(requestId, message, t);
  }

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy