Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle WebCenter Portal
11g Release 1 (11.1.1.7.0)
E15995-06


oracle.webcenter.search
Interface SearchExceptionCode

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
SearchExceptionCodes

public interface SearchExceptionCode
extends java.io.Serializable

All SearchException subclasses will need to use this in their constructors. Possible implementations of this are enums.

Since:
11.1.1.0.0 Beta 2

Method Summary
 java.lang.String getResourceBundleKey()
          The only thing needed from the code is the resource bundle key so we can look up a message from the resource bundle.

 

Method Detail

getResourceBundleKey

java.lang.String getResourceBundleKey()
The only thing needed from the code is the resource bundle key so we can look up a message from the resource bundle.
Returns:
a String that signifies the resource bundle key.

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle WebCenter Portal
11g Release 1 (11.1.1.7.0)
E15995-06


Copyright © 2009, 2013, Oracle and/or its affiliates. All rights reserved.