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

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

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

public class InvalidParameterException extends DatahubClientException {
    public InvalidParameterException(String message) {
        super(message);
    }

    public InvalidParameterException(DatahubClientException ex) {
        super(ex);
    }

    public InvalidParameterException(String message, Throwable cause) {
        super(message, cause);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy