Oracle Secure Enterprise Search Java API Reference
10g Release 1 (10.1.6) Beta

B19032-01


oracle.search.query.qta
Class QueryTimeFilterException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byoracle.search.query.qta.QueryTimeFilterException

All Implemented Interfaces:
java.io.Serializable

public class QueryTimeFilterException
extends java.lang.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(java.lang.String message)
          Constructs a QueryTimeFilterException with the specified detail message.

 

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

QueryTimeFilterException

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

Oracle Secure Enterprise Search Java API Reference
10g Release 1 (10.1.6) Beta

B19032-01


Copyright © 2006, Oracle. All rights reserved.