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

com.dream.template.validate.ValidatedRunTimeException Maven / Gradle / Ivy

package com.dream.template.validate;

import com.dream.util.exception.DreamRunTimeException;

public class ValidatedRunTimeException extends DreamRunTimeException {
    public ValidatedRunTimeException(String msg) {
        super(msg);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy