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 SearchSecurityException

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

public class SearchSecurityException
extends SearchException

Security wrapper exception. This exception must be thrown when there is an illeage security status. This excpetion must be caught and dealt within a proper security context.

See Also:
Serialized Form

Field Summary
static java.lang.String RCS_ID
           
 
Constructor Summary
SearchSecurityException(java.lang.String msg)
           
SearchSecurityException(java.lang.String message, java.lang.Throwable throwable)
           
SearchSecurityException(java.lang.Throwable throwable)
           
 
Method Summary
 
Methods inherited from class oracle.ecsf.SearchException
getErrorCode, getLocalizedMessage, getParameters, setErrorCode, setParameters
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, 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
Constructor Detail

SearchSecurityException

public SearchSecurityException(java.lang.String msg)

SearchSecurityException

public SearchSecurityException(java.lang.Throwable throwable)

SearchSecurityException

public SearchSecurityException(java.lang.String message,
                               java.lang.Throwable throwable)

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.