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

E21908-03

oracle.ecsf
Class RuntimeSearchException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by oracle.ecsf.RuntimeSearchException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
RuntimeMetadataException

public class RuntimeSearchException
extends java.lang.RuntimeException

Exception thrown for all search related exception. This exception is thrown for general search exceptions.

See Also:
Serialized Form

Field Summary
static java.lang.String RCS_ID
           
static boolean RCS_ID_RECORDED
           
 
Constructor Summary
RuntimeSearchException(java.lang.String msg)
          Constructs an exception with a message.
RuntimeSearchException(java.lang.String msg, java.lang.Throwable cause)
          Constructs an exception from an exception.
RuntimeSearchException(java.lang.Throwable throwable)
          Constructs an exception from an exception.
 
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

RuntimeSearchException

public RuntimeSearchException(java.lang.String msg)
Constructs an exception with a message.

Parameters:
msg - exception related message.

RuntimeSearchException

public RuntimeSearchException(java.lang.Throwable throwable)
Constructs an exception from an exception.

Parameters:
throwable - the causing exception.

RuntimeSearchException

public RuntimeSearchException(java.lang.String msg,
                              java.lang.Throwable cause)
Constructs an exception from an exception.

Parameters:
msg - exception related message.
throwable - the causing exception.

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

E21908-03

Copyright © 2012 Oracle. All rights reserved.