ca.sqlpower.wabit.olap
Class QueryInitializationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
ca.sqlpower.wabit.olap.QueryInitializationException
- All Implemented Interfaces:
- java.io.Serializable
public class QueryInitializationException
- extends java.lang.Exception
This exception is thrown when a query is being initialized but
failed. The failure could come from different places such as:
not being able to connect to a data source, not being able to
find parts of the query in the data source. Any operation that
throws this exception can be retried later in case the connection
was temporarily missing or other temporary error-prone situations.
- 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 |
QueryInitializationException
public QueryInitializationException()
QueryInitializationException
public QueryInitializationException(java.lang.String message)
QueryInitializationException
public QueryInitializationException(java.lang.Throwable t)
QueryInitializationException
public QueryInitializationException(java.lang.String message,
java.lang.Throwable t)
Copyright © 2009. All Rights Reserved.