io.deephaven.engine.table.impl.locations.InvalidatedRegionException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of deephaven-engine-table Show documentation
Show all versions of deephaven-engine-table Show documentation
Engine Table: Implementation and closely-coupled utilities
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