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

htsjdk.samtools.util.htsget.HtsgetMalformedResponseException Maven / Gradle / Ivy

There is a newer version: 4.1.3
Show newest version
package htsjdk.samtools.util.htsget;

public class HtsgetMalformedResponseException extends RuntimeException {
    public HtsgetMalformedResponseException() {}

    public HtsgetMalformedResponseException(final String s) {
        super(s);
    }

    public HtsgetMalformedResponseException(final String s, final Throwable throwable) {
        super(s, throwable);
    }

    public HtsgetMalformedResponseException(final Throwable throwable) {
        super(throwable);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy