Skip navigation links

Oracle Secure Enterprise Search Java API Reference
11g Release 1 (11.1.2.0.0)

E14433-02


oracle.search.query.qta
Class QueryTimeFilterException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by oracle.search.query.qta.QueryTimeFilterException

All Implemented Interfaces:
Serializable

public class QueryTimeFilterException
extends Exception

Thrown by methods in the QueryTimeFilter interface to indicate that a failure has occurred.

Any documents or folders passed to the filter before the exception was thrown will be filtered out of the query results, and the exception message will be written to the log file.

See Also:
Serialized Form

Constructor Summary
QueryTimeFilterException(String message)
          Constructs a QueryTimeFilterException with the specified detail message.

 

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

QueryTimeFilterException

public QueryTimeFilterException(String message)
Constructs a QueryTimeFilterException with the specified detail message.
Parameters:
message - the detail message

Skip navigation links

Oracle Secure Enterprise Search Java API Reference
11g Release 1 (11.1.2.0.0)

E14433-02


Copyright © 2006, 2010, Oracle and/or its affiliates. All rights reserved.