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

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

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

public class ResourceNotFoundException extends DatahubClientException {
    public ResourceNotFoundException(String errMsg) {
        super(errMsg);
    }
    public ResourceNotFoundException(DatahubClientException ex) {
        super(ex);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy