com.cognite.client.servicesV1.exception.MissingParameterExcetion Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of cdf-sdk-java Show documentation
Show all versions of cdf-sdk-java Show documentation
Java SDK for reading and writing from/to CDF resources.
package com.cognite.client.servicesV1.exception;
public class MissingParameterExcetion extends RuntimeException {
public MissingParameterExcetion(String errorMessage) {
super(errorMessage);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy