001 /*
002 * Created on Oct 20, 2004
003 *
004 * TODO To change the template for this generated file go to
005 * Window - Preferences - Java - Code Style - Code Templates
006 */
007 package biz.hammurapi.codegen;
008
009 import biz.hammurapi.RuntimeException;
010
011
012 public class DocumentingException extends RuntimeException {
013
014 /**
015 * Comment for <code>serialVersionUID</code>
016 */
017 private static final long serialVersionUID = 308172113450906853L;
018
019 public DocumentingException(String message, Throwable cause) {
020 super(message, cause);
021 // TODO Auto-generated constructor stub
022 }
023 }