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

io.xream.x7.exception.BusyException Maven / Gradle / Ivy

There is a newer version: 2.3.13.RELEASE
Show newest version
package io.xream.x7.exception;

public class BusyException extends RuntimeException {

    private String message;
    public BusyException(String message) {
        this.message  = message;
    }

    public String getMessage(){
        return this.message;
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy