net.sourceforge.fluxion.datasource.query
Class QueryExecutionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
net.sourceforge.fluxion.datasource.query.QueryExecutionException
- All Implemented Interfaces:
- java.io.Serializable
public class QueryExecutionException
- extends java.lang.Exception
Thrown whenever a Query fails to execute for any reason.
- Version:
- 0.2
- Author:
- Tony Burdett
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
QueryExecutionException
public QueryExecutionException()
QueryExecutionException
public QueryExecutionException(java.lang.String message)
QueryExecutionException
public QueryExecutionException(java.lang.String message,
java.lang.Throwable cause)
QueryExecutionException
public QueryExecutionException(java.lang.Throwable cause)
Copyright © 2010. All Rights Reserved.