package br.hm.ocr; public class OcrException extends Exception { /** * */ private static final long serialVersionUID = 4181553430192417232L; public OcrException(String message, Throwable throwable){ super(message, throwable); } }