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

com.github.junrar.exception.MainHeaderNullException Maven / Gradle / Ivy

There is a newer version: 7.5.5
Show newest version
package com.github.junrar.exception;

public class MainHeaderNullException extends RarException {
    public MainHeaderNullException(Throwable cause) {
        super(cause);
    }

    public MainHeaderNullException() {
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy