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

org.hotrod.runtime.exceptions.StaleDataException Maven / Gradle / Ivy

package org.hotrod.runtime.exceptions;

public class StaleDataException extends RuntimeException {

  private static final long serialVersionUID = 1L;

  public StaleDataException(String message) {
    super(message);
  }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy