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 PolicyObjectNotFoundException

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

All Implemented Interfaces:
java.io.Serializable, Localizable

public class PolicyObjectNotFoundException
extends PolicyStoreException

This exception is thrown when a specific policy object (grantee, role etc) already exists in the policy store

See Also:
Serialized Form

Constructor Summary
PolicyObjectNotFoundException()
          The empty constructor
PolicyObjectNotFoundException(JpsBundleType bundleType, java.lang.String errorCode)
          The constructor takes bundleType and error code.
PolicyObjectNotFoundException(JpsBundleType bundleType, java.lang.String errorCode, java.lang.Object[] parameters)
          The constructor takes bundleType, error code and error parameters.
PolicyObjectNotFoundException(java.lang.String msg)
          The constructor takes the message
PolicyObjectNotFoundException(java.lang.String msg, java.lang.Throwable cause)
          The constructor takes the message and the cause
PolicyObjectNotFoundException(java.lang.Throwable cause)
          The constructor takes the 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

PolicyObjectNotFoundException

public PolicyObjectNotFoundException()
The empty constructor

PolicyObjectNotFoundException

public PolicyObjectNotFoundException(java.lang.String msg)
The constructor takes the message
Parameters:
msg -

PolicyObjectNotFoundException

public PolicyObjectNotFoundException(java.lang.String msg,
                                     java.lang.Throwable cause)
The constructor takes the message and the cause
Parameters:
msg -
cause -

PolicyObjectNotFoundException

public PolicyObjectNotFoundException(java.lang.Throwable cause)
The constructor takes the cause
Parameters:
cause -

PolicyObjectNotFoundException

public PolicyObjectNotFoundException(JpsBundleType bundleType,
                                     java.lang.String errorCode)
The constructor takes bundleType and error code.
Parameters:
bundleType - bundle type
errorCode - key of error message

PolicyObjectNotFoundException

public PolicyObjectNotFoundException(JpsBundleType bundleType,
                                     java.lang.String errorCode,
                                     java.lang.Object[] parameters)
The constructor takes bundleType, error code and error parameters.
Parameters:
bundleType - bundle type
errorCode - key of error message
parameters - params of error 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.