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

com.aliyun.openservices.ons.api.exception.ONSClientException Maven / Gradle / Ivy

There is a newer version: 2.0.7.Final
Show newest version
package com.aliyun.openservices.ons.api.exception;

public class ONSClientException extends RuntimeException {
    private static final long serialVersionUID = 5755356574640041094L;


    public ONSClientException() {
    }


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


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


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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy