package org.simantics.modeling.ui.pdf; public class PdfException extends Exception { private static final long serialVersionUID = 1L; public PdfException() { super(); // TODO Auto-generated constructor stub } public PdfException(String message, Throwable cause) { super(message, cause); // TODO Auto-generated constructor stub } public PdfException(String message) { super(message); // TODO Auto-generated constructor stub } public PdfException(Throwable cause) { super(cause); // TODO Auto-generated constructor stub } }