com.tinkerpop.rexster.client.RexProException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of rexster-protocol Show documentation
Show all versions of rexster-protocol Show documentation
RexPro is a binary protocol for Rexster graph server.
package com.tinkerpop.rexster.client;
/**
* @author Stephen Mallette (http://stephen.genoprime.com)
*/
public class RexProException extends Exception {
public RexProException(final String msg) {
super(msg);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy