Skip navigation links

Oracle Fusion Middleware Management Java API Reference for Oracle Entitlements Server
11g Release 1 (11.1.1)

E22649-02 ESAPI


oracle.security.jps.service.policystore
Class ConfigurationAlreadyBoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by oracle.security.jps.JpsLocalizableException
              extended by oracle.security.jps.JpsException
                  extended by oracle.security.jps.service.policystore.PolicyStoreException
                      extended by oracle.security.jps.service.policystore.ConfigurationAlreadyBoundException

All Implemented Interfaces:
java.io.Serializable, Localizable

public class ConfigurationAlreadyBoundException
extends PolicyStoreException

Thrown when binding already exists between an OES configuration and an Application.

See Also:
Serialized Form

Constructor Summary
ConfigurationAlreadyBoundException(JpsBundleType bundleType, java.lang.String errorCode, java.lang.Object[] parameters)
           
ConfigurationAlreadyBoundException(java.lang.String message)
          Default Constructor
ConfigurationAlreadyBoundException(java.lang.String msg, java.lang.Throwable cause)
           

 

Method Summary

 

Methods inherited from class oracle.security.jps.JpsLocalizableException
getBundleType, getErrorCode, getLocalizedMessage, getLocalizedMessage, getMessage, getParameters

 

Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait

 

Constructor Detail

ConfigurationAlreadyBoundException

public ConfigurationAlreadyBoundException(java.lang.String message)
Default Constructor

ConfigurationAlreadyBoundException

public ConfigurationAlreadyBoundException(java.lang.String msg,
                                          java.lang.Throwable cause)

ConfigurationAlreadyBoundException

public ConfigurationAlreadyBoundException(JpsBundleType bundleType,
                                          java.lang.String errorCode,
                                          java.lang.Object[] parameters)

Skip navigation links

Oracle Fusion Middleware Management Java API Reference for Oracle Entitlements Server
11g Release 1 (11.1.1)

E22649-02 ESAPI


Copyright © 2011, Oracle. All rights reserved.