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

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

There is a newer version: 2.25.6
Show newest version
package com.aliyun.datahub.exception;

public class ResourceNotFoundException extends DatahubServiceException {
    public ResourceNotFoundException(String msg) {
        super(msg);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy