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

dev.vality.fraudo.exception.FieldUnsetException Maven / Gradle / Ivy

There is a newer version: 1.0.7
Show newest version
package dev.vality.fraudo.exception;

public class FieldUnsetException extends RuntimeException {

    public static final String ERROR_MESSAGE = "Count target field is not set or bad format! (must be \"*\")";

    public FieldUnsetException() {
        super(ERROR_MESSAGE);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy