PrinterNotFoundException.java
552 Bytes
/*
* Decompiled with CFR 0_118.
*/
package com.adobe.fd.jcifs.wrapper.internal.exception;
import com.adobe.fd.jcifs.wrapper.api.JCIFSWrapperException;
public class PrinterNotFoundException
extends JCIFSWrapperException {
public PrinterNotFoundException() {
}
public PrinterNotFoundException(Throwable cause) {
super(cause);
}
public PrinterNotFoundException(String message) {
super(message);
}
public PrinterNotFoundException(String message, Throwable cause) {
super(message, cause);
}
}