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

org.davidmoten.text.utils.IORuntimeException Maven / Gradle / Ivy

There is a newer version: 0.1.13
Show newest version
package org.davidmoten.text.utils;

import java.io.IOException;

public final class IORuntimeException extends RuntimeException{

    private static final long serialVersionUID = -6137104875062423165L;

    public IORuntimeException(IOException e) {
        super(e);
    }
    
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy