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

io.axway.iron.error.InvalidModelException Maven / Gradle / Ivy

There is a newer version: 0.21.0
Show newest version
package io.axway.iron.error;

import java.util.function.*;

/**
 * This exception is thrown when a model (entity or command) is not correctly declared.
 */
public class InvalidModelException extends StoreException {
    public InvalidModelException(String message, Consumer args) {
        super(message, args);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy