Oracle Fusion Applications Search Java API Reference for Oracle Enterprise Crawl and Search Framework
11g Release 1 (11.1.2)

E21908-02

oracle.ecsf
Class IndexingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by oracle.ecsf.IndexingException
All Implemented Interfaces:
java.io.Serializable

public class IndexingException
extends java.lang.Exception

An exception thrown when a search engine fails to index a document.

See Also:
Serialized Form

Field Summary
static java.lang.String RCS_ID
           
static boolean RCS_ID_RECORDED
           
 
Constructor Summary
IndexingException(java.lang.Exception e)
          Constructs an IndexingException from another exception.
IndexingException(java.lang.String msg)
          Constructs an IndexingException from a 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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

RCS_ID

public static final java.lang.String RCS_ID
See Also:
Constant Field Values

RCS_ID_RECORDED

public static final boolean RCS_ID_RECORDED
Constructor Detail

IndexingException

public IndexingException(java.lang.Exception e)
Constructs an IndexingException from another exception.

Parameters:
e - causing exception.

IndexingException

public IndexingException(java.lang.String msg)
Constructs an IndexingException from a message.

Parameters:
msg - error message.

Oracle Fusion Applications Search Java API Reference for Oracle Enterprise Crawl and Search Framework
11g Release 1 (11.1.2)

E21908-02

Copyright © 2011 Oracle. All rights reserved.