
com.github.davidmoten.odata.client.internal.ProtocolRuntimeException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of odata-client-runtime Show documentation
Show all versions of odata-client-runtime Show documentation
OData client runtime for use with generated code
The newest version!
package com.github.davidmoten.odata.client.internal;
import java.net.ProtocolException;
public final class ProtocolRuntimeException extends RuntimeException {
private static final long serialVersionUID = 1694385634304829978L;
public ProtocolRuntimeException(ProtocolException e) {
super(e);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy