com.google.sitebricks.client.TransportException Maven / Gradle / Ivy
package com.google.sitebricks.client;
/**
* @author Dhanji R. Prasanna ([email protected])
*/
public final class TransportException extends RuntimeException {
public TransportException(Throwable cause) {
super(cause);
}
}