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