com.aliyun.datahub.client.exception.LimitExceededException Maven / Gradle / Ivy
package com.aliyun.datahub.client.exception;
public class LimitExceededException extends DatahubClientException {
public LimitExceededException(DatahubClientException ex) {
super(ex);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy