org.pentaho.platform.dataaccess.datasource.wizard.service
Class QueryValidationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.pentaho.platform.dataaccess.datasource.wizard.service.QueryValidationException
All Implemented Interfaces:
Serializable

public class QueryValidationException
extends Exception
implements Serializable

See Also:
Serialized Form

Constructor Summary
QueryValidationException()
           
QueryValidationException(String message)
           
QueryValidationException(String message, Throwable cause)
           
QueryValidationException(Throwable cause)
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

QueryValidationException

public QueryValidationException()

QueryValidationException

public QueryValidationException(String message)

QueryValidationException

public QueryValidationException(Throwable cause)

QueryValidationException

public QueryValidationException(String message,
                                Throwable cause)