org.apache.oodt.xmlquery
Class QueryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.oodt.xmlquery.QueryException
- All Implemented Interfaces:
- Serializable
public class QueryException
- extends Exception
Checked exception to indicate a query fault.
- Author:
- Kelly
- See Also:
- Serialized Form
|
Constructor Summary |
QueryException()
Construct a query exception with no detail message. |
QueryException(String msg)
Construct a query exception with the given detail message. |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
QueryException
public QueryException()
- Construct a query exception with no detail message.
QueryException
public QueryException(String msg)
- Construct a query exception with the given detail message.
- Parameters:
msg - Detail message.
Copyright © 1999-2012 Apache OODT. All Rights Reserved.