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

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

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

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

    public UnsupportedRarV5Exception() {
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy