All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.sitebricks.client.TransportException Maven / Gradle / Ivy

There is a newer version: 0.8.11
Show newest version
package com.google.sitebricks.client;

/**
 * @author Dhanji R. Prasanna ([email protected])
 */
public final class TransportException extends RuntimeException {
    public TransportException(Throwable cause) {
        super(cause);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy