package com.tinkerpop.rexster.client; /** * @author Stephen Mallette (http://stephen.genoprime.com) */ public class RexProException extends Exception { public RexProException(final String msg) { super(msg); } }