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