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

cloud.eppo.rac.exception.UnsupportedEppoValue Maven / Gradle / Ivy

There is a newer version: 3.3.2
Show newest version
package cloud.eppo.rac.exception;

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy