com.aliyun.datahub.client.exception.ServiceInProcessException Maven / Gradle / Ivy
The newest version!
package com.aliyun.datahub.client.exception;
public class ServiceInProcessException extends DatahubClientException {
public ServiceInProcessException(DatahubClientException ex) {
super(ex);
}
}