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

io.deephaven.engine.table.impl.locations.InvalidatedRegionException Maven / Gradle / Ivy

There is a newer version: 0.37.1
Show newest version
package io.deephaven.engine.table.impl.locations;

import org.jetbrains.annotations.NotNull;

public class InvalidatedRegionException extends TableDataException {
    public InvalidatedRegionException(@NotNull final String message) {
        super(message);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy