com.linkedin.restli.client.config.RequestConfigKeyParsingException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of parseq-restli-client Show documentation
Show all versions of parseq-restli-client Show documentation
Uploads all artifacts belonging to configuration ':parseq-restli-client:archives'
package com.linkedin.restli.client.config;
class RequestConfigKeyParsingException extends Exception {
public RequestConfigKeyParsingException(String message) {
super(message);
}
public RequestConfigKeyParsingException(Exception e) {
super(e);
}
private static final long serialVersionUID = 1L;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy