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 PolicyStoreException

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

All Implemented Interfaces:
java.io.Serializable, Localizable
Direct Known Subclasses:
ApplicationRoleInUseException, ConfigurationAlreadyBoundException, ConfigurationAlreadyExistsException, ConfigurationNotFoundException, ExternalPolicyObjectException, InvalidArgumentException, InvalidExpressionException, PolicyObjectAlreadyExistsException, PolicyObjectNotFoundException, PolicyStoreConfigException, PolicyStoreConnectivityException, PolicyStoreContainerNotReadyException, PolicyStoreOperationNotAllowedException, ResourceFinderException, ResourceWithoutTypeException

public class PolicyStoreException
extends JpsException

This is the policy store base exception and is thrown when there is any error during policy operation

See Also:
Serialized Form

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

PolicyStoreException

public PolicyStoreException()
The empty constructor

PolicyStoreException

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

PolicyStoreException

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

PolicyStoreException

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

PolicyStoreException

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

PolicyStoreException

public PolicyStoreException(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.