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

com.tvd12.ezyhttp.client.exception.ClientNotActiveException Maven / Gradle / Ivy

There is a newer version: 1.3.3
Show newest version
package com.tvd12.ezyhttp.client.exception;

public class ClientNotActiveException extends RuntimeException {
    private static final long serialVersionUID = 5701056109879520472L;

    public ClientNotActiveException() {
        super("client has not actived or has stopped");
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy