extend RuntimeException for compat

This commit is contained in:
Doug MacEachern 2007-09-13 18:18:51 +00:00
parent ccbb808780
commit c9415e5f77
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ package org.hyperic.sigar.ptql;
/** /**
* @deprecated * @deprecated
*/ */
public class QueryLoadException extends Exception { public class QueryLoadException extends RuntimeException {
public QueryLoadException() { public QueryLoadException() {
} }