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

pm.pride.BatchUpdateRevisioningException Maven / Gradle / Ivy

There is a newer version: 3.4.10
Show newest version
package pm.pride;

public class BatchUpdateRevisioningException extends RuntimeException {
    public BatchUpdateRevisioningException(String message) {
        super(message);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy