Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Platform Security Services
11g Release 1 (11.1.1)

E14650-03


oracle.security.jps
Interface Localizable

All Known Implementing Classes:
AnonymousServiceException, ApplicationRoleInUseException, AuditException, CredentialAlreadyExistsException, CredentialExpiredException, CredentialInvalidException, CredentialNotFoundException, CredStoreException, CredStoreRuntimeException, IdentityStoreException, InvalidArgumentException, JpsConfigurationException, JpsException, JpsLocalizableException, JpsLocalizableRuntimeException, JpsRuntimeException, PolicyObjectAlreadyExistsException, PolicyObjectNotFoundException, PolicyStoreConfigException, PolicyStoreException, PolicyStoreOperationNotAllowedException, PolicyStoreRuntimeException, ResourceFinderException, ResourceWithoutTypeException, SsoServiceException

public interface Localizable

Method Summary
 JpsBundleType getBundleType()
          Returns bundle type
 java.lang.String getErrorCode()
          Returns error code.
 java.lang.Object[] getParameters()
          Returns message parameters.

 

Method Detail

getBundleType

JpsBundleType getBundleType()
Returns bundle type
Returns:
bundle type

getErrorCode

java.lang.String getErrorCode()
Returns error code.
Returns:
error code

getParameters

java.lang.Object[] getParameters()
Returns message parameters.
Returns:
message parameters.

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Platform Security Services
11g Release 1 (11.1.1)

E14650-03


Copyright © 2010, Oracle. All rights reserved.