Skip navigation links

Oracle Fusion Middleware Management Java API Reference for Oracle Entitlements Server
11g Release 2 (11.1.2)

E27155-01 ESAPI


oracle.security.jps.service.policystore
Class ConfigurationAlreadyExistsException

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.ConfigurationAlreadyExistsException

All Implemented Interfaces:
java.io.Serializable, Localizable

public class ConfigurationAlreadyExistsException
extends PolicyStoreException

Thrown when configuration with the same unique configuration id already exists.

See Also:
Serialized Form

Constructor Summary
ConfigurationAlreadyExistsException(JpsBundleType bundleType, java.lang.String errorCode, java.lang.Object[] parameters)
           
ConfigurationAlreadyExistsException(java.lang.String message)
          Defailt Constructor
ConfigurationAlreadyExistsException(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

ConfigurationAlreadyExistsException

public ConfigurationAlreadyExistsException(java.lang.String message)
Defailt Constructor

ConfigurationAlreadyExistsException

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

ConfigurationAlreadyExistsException

public ConfigurationAlreadyExistsException(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 2 (11.1.2)

E27155-01 ESAPI


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