com.github.junrar.exception.UnsupportedRarV5Exception Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of junrar Show documentation
Show all versions of junrar Show documentation
rar decompression library in plain java
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