package com.nfwork.dbfound.exception; public class TagLocationException extends DBFoundRuntimeException { private static final long serialVersionUID = -447449508002201605L; public TagLocationException(String message) { super(message); } }