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

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

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

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy