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

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