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

com.github.sviperll.maven.plugin.versioning.UndefinedStability Maven / Gradle / Ivy

The newest version!
/*
 * Copyright 2015 Victor Nazarov .
 */
package com.github.sviperll.maven.plugin.versioning;

/**
 *
 * @author Victor Nazarov <[email protected]>
 */
@SuppressWarnings("serial")
public class UndefinedStability extends Exception {
    UndefinedStability(String message) {
        super(message);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy