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

com.aliyun.openservices.loghub.client.exceptions.LogHubClientWorkerException Maven / Gradle / Ivy

There is a newer version: 0.6.7
Show newest version
package com.aliyun.openservices.loghub.client.exceptions;

public class LogHubClientWorkerException extends Exception{


	private static final long serialVersionUID = 5677182518574807776L;
	
	
	public LogHubClientWorkerException(String message) {
		super(message);
	}

	public LogHubClientWorkerException(String message, Throwable cause) {
		super(message, cause);
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy