package com.ausregistry.jtoolkit2.tmdb.xml; public class TmNoticeXmlParseException extends Exception { private static final long serialVersionUID = -6116321023599481558L; public TmNoticeXmlParseException(Exception e) { super(e); } }