com.aliyun.datahub.client.exception.ResourceOfflineException Maven / Gradle / Ivy
package com.aliyun.datahub.client.exception;
public class ResourceOfflineException extends DatahubClientException {
public ResourceOfflineException(DatahubClientException ex) {
super(ex);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy