package com.github.junrar.exception; public class UnsupportedRarV5Exception extends RarException { public UnsupportedRarV5Exception(Throwable cause) { super(cause); } public UnsupportedRarV5Exception() { } }