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

org.solovyev.android.RuntimeIoException Maven / Gradle / Ivy

There is a newer version: 1.1.18
Show newest version
package org.solovyev.android;

import org.jetbrains.annotations.NotNull;

import java.io.IOException;

/**
 * User: serso
 * Date: 5/28/12
 * Time: 11:41 PM
 */
public class RuntimeIoException extends RuntimeException {

    public RuntimeIoException(@NotNull IOException e) {
        super(e);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy