
io.kubernetes.client.custom.QuantityFormatException Maven / Gradle / Ivy
package io.kubernetes.client.custom;
public class QuantityFormatException extends RuntimeException {
public QuantityFormatException(String s) {
super(s);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy