ca.sqlpower.wabit.olap
Class QueryInitializationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Constructor Summary
QueryInitializationException()
           
QueryInitializationException(java.lang.String message)
           
QueryInitializationException(java.lang.String message, java.lang.Throwable t)
           
QueryInitializationException(java.lang.Throwable t)
           
 
Method Summary
 
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
 

Constructor Detail

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.