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

com.bebound.plugins.beapp.model.exception.ParameterInitializationException Maven / Gradle / Ivy

The newest version!
package com.bebound.plugins.beapp.model.exception;

public class ParameterInitializationException extends BeBoundException {

    private String message;

    public ParameterInitializationException(String message) {
        this.message = message;
    }

    @Override
    public String getMessage() {
        return message;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy