extend RuntimeException for compat
This commit is contained in:
parent
ccbb808780
commit
c9415e5f77
|
@ -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() {
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue