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

io.javaoperatorsdk.operator.sample.ErrorSimulationException Maven / Gradle / Ivy

There is a newer version: 1.7.1
Show newest version
package io.javaoperatorsdk.operator.sample;

public class ErrorSimulationException extends RuntimeException {

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy