Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle WebCenter
11g Release 1 (11.1.1.4.0)
E15995-03


oracle.webcenter.search
Interface SearchExceptionCode

All Known Implementing Classes:
SearchExceptionCodes

public interface SearchExceptionCode

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
11g Release 1 (11.1.1.4.0)
E15995-03


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