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

poussecafe.pulsar.RuntimePulsarClientException Maven / Gradle / Ivy

There is a newer version: 0.13.0
Show newest version
package poussecafe.pulsar;

@SuppressWarnings("serial")
public class RuntimePulsarClientException extends RuntimeException {

    public RuntimePulsarClientException() {
        super();
    }

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

    public RuntimePulsarClientException(String message) {
        super(message);
    }

    public RuntimePulsarClientException(Throwable cause) {
        super(cause);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy