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

com.flagwind.services.InvalidOperationException Maven / Gradle / Ivy

There is a newer version: 1.0.9
Show newest version
package com.flagwind.services;

public class InvalidOperationException extends RuntimeException {

    private static final long serialVersionUID = -1248428692273083866L;
    
    public InvalidOperationException(String message){
        super(message);
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy