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