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

com.cognite.client.servicesV1.exception.MissingParameterExcetion Maven / Gradle / Ivy

There is a newer version: 2.3.3
Show newest version
package com.cognite.client.servicesV1.exception;

public class MissingParameterExcetion extends RuntimeException {
    public MissingParameterExcetion(String errorMessage) {
        super(errorMessage);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy