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

org.davidmoten.hilbert.exceptions.IORuntimeException Maven / Gradle / Ivy

The newest version!
package org.davidmoten.hilbert.exceptions;

import java.io.IOException;

public class IORuntimeException extends RuntimeException {

    private static final long serialVersionUID = -2505330669950461931L;
    
    public IORuntimeException(IOException e) {
        super(e);
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy