
com.aliyun.dts.subscribe.clients.exception.TimestampSeekException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of dts-new-subscribe-sdk Show documentation
Show all versions of dts-new-subscribe-sdk Show documentation
The Aliyun new Subscribe SDK for Java used for accessing Data Transmission Service
The newest version!
package com.aliyun.dts.subscribe.clients.exception;
public class TimestampSeekException extends DTSBaseException {
public TimestampSeekException(String errMsg) {
super(errMsg);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy