org.xcmis.search.query
Class QueryExecutionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.xcmis.search.SearchServiceException
              extended by org.xcmis.search.query.QueryExecutionException
All Implemented Interfaces:
Serializable

public class QueryExecutionException
extends SearchServiceException

Exception what can occur during query execution.

See Also:
Serialized Form

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

Constructor Detail

QueryExecutionException

public QueryExecutionException()

QueryExecutionException

public QueryExecutionException(String message,
                               Throwable cause)
Parameters:
message -
cause -

QueryExecutionException

public QueryExecutionException(String message)
Parameters:
message -

QueryExecutionException

public QueryExecutionException(Throwable cause)
Parameters:
cause -


Copyright © 2003-2013 eXo Platform SAS. All Rights Reserved.