package com.owera.xaps.tr069.exception; public class TR069TestException extends TR069ServerException { private static final long serialVersionUID = -8823357190892782858L; public TR069TestException(String errorMsg, TR069ExceptionShortMessage shortMsg, Throwable t) { super(errorMsg, shortMsg, t); // TODO Auto-generated constructor stub } }