com.aliyun.datahub.exception.InvalidCursorException Maven / Gradle / Ivy
package com.aliyun.datahub.exception;
public class InvalidCursorException extends DatahubServiceException {
public InvalidCursorException(String msg) {
super(msg);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy