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 ApplicationRoleInUseException

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

All Implemented Interfaces:
java.io.Serializable, Localizable

public class ApplicationRoleInUseException
extends PolicyStoreException

This exception is thrown when an application role to be deleted is referenced by other application roles.

See Also:
Serialized Form

Nested Class Summary
static class ApplicationRoleInUseException.REFERENTIAL_TYPE
          A enumeration listing the different types of references an application role can have with other objects in the policystore.

 

Constructor Summary
ApplicationRoleInUseException(java.lang.String appRole, ApplicationRoleInUseException.REFERENTIAL_TYPE type)
           

 

Method Summary
 java.lang.String getLocalizedMessage()
          Returns localized message according to default locale of current JVM.

 

Methods inherited from class oracle.security.jps.JpsLocalizableException
getBundleType, getErrorCode, 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

ApplicationRoleInUseException

public ApplicationRoleInUseException(java.lang.String appRole,
                                     ApplicationRoleInUseException.REFERENTIAL_TYPE type)

Method Detail

getLocalizedMessage

public java.lang.String getLocalizedMessage()
Description copied from class: JpsLocalizableException
Returns localized message according to default locale of current JVM.
Overrides:
getLocalizedMessage in class JpsLocalizableException
Returns:
localized detail message

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.