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

com.aliyun.datahub.client.exception.ResourceOfflineException Maven / Gradle / Ivy

The newest version!
package com.aliyun.datahub.client.exception;

public class ResourceOfflineException extends DatahubClientException {
    public ResourceOfflineException(DatahubClientException ex) {
        super(ex);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy