de.uka.ipd.consensus.foundation.query
Class QueryEngineProcessingException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byde.uka.ipd.consensus.foundation.query.QueryEngineException
              extended byde.uka.ipd.consensus.foundation.query.QueryEngineProcessingException
All Implemented Interfaces:
Serializable

public class QueryEngineProcessingException
extends QueryEngineException

Version:
2006-06-14
Author:
Thomas Much
See Also:
Serialized Form

Constructor Summary
QueryEngineProcessingException()
           
QueryEngineProcessingException(String message)
           
QueryEngineProcessingException(String message, Throwable cause)
           
QueryEngineProcessingException(Throwable cause)
           
 
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

QueryEngineProcessingException

public QueryEngineProcessingException()

QueryEngineProcessingException

public QueryEngineProcessingException(String message)

QueryEngineProcessingException

public QueryEngineProcessingException(String message,
                                      Throwable cause)

QueryEngineProcessingException

public QueryEngineProcessingException(Throwable cause)