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

io.mstream.trader.commons.utils.exception.ValidationException Maven / Gradle / Ivy

package io.mstream.trader.commons.utils.exception;


public class ValidationException
        extends LightweightException {
    
    private final String violation;
    
    public ValidationException(String violation) {
        
        this.violation = violation;
    }
    
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy