public class QueryException extends Exception
| Constructor and Description |
|---|
QueryException()
Construct a query exception with no detail message.
|
QueryException(String msg)
Construct a query exception with the given detail message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic QueryException()
public QueryException(String msg)
msg - Detail message.Copyright © 1999–2017 Apache OODT. All rights reserved.