com.aliyun.datahub.client.exception.ShardNotFoundException Maven / Gradle / Ivy
The newest version!
package com.aliyun.datahub.client.exception;
public class ShardNotFoundException extends ResourceNotFoundException {
public ShardNotFoundException(DatahubClientException ex) {
super(ex);
}
}