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

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

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

public class ReadonlyException extends StoreException {
    public ReadonlyException(String message) {
        super(message);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy