AESException.java
476 Bytes
/*
* Decompiled with CFR 0_118.
*/
package com.adobe.pdfg.exception;
import com.adobe.pdfg.exception.PDFGBaseException;
import com.adobe.pdfg.exception.PDFGError;
import java.io.Serializable;
public class AESException
extends PDFGBaseException
implements Serializable {
static final long serialVersionUID = 1000;
public AESException(PDFGError err) {
super(err);
}
public AESException(PDFGError err, Throwable e) {
super(err, e);
}
}