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

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

The newest version!
package com.aliyun.datahub.client.exception;

public class SeekOutOfRangeException extends DatahubClientException {
    public SeekOutOfRangeException(DatahubClientException ex) {
        super(ex);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy