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 PolicyStoreOperationNotAllowedException

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

All Implemented Interfaces:
java.io.Serializable, Localizable

public class PolicyStoreOperationNotAllowedException
extends PolicyStoreException

An exception thrown by the PolicyStore M-APIs that indicate the store operation was not allowed.

See Also:
Serialized Form

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

PolicyStoreOperationNotAllowedException

public PolicyStoreOperationNotAllowedException()

PolicyStoreOperationNotAllowedException

public PolicyStoreOperationNotAllowedException(java.lang.String message)

PolicyStoreOperationNotAllowedException

public PolicyStoreOperationNotAllowedException(java.lang.String message,
                                               java.lang.Throwable cause)

PolicyStoreOperationNotAllowedException

public PolicyStoreOperationNotAllowedException(java.lang.Throwable cause)

PolicyStoreOperationNotAllowedException

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

PolicyStoreOperationNotAllowedException

public PolicyStoreOperationNotAllowedException(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 1 (11.1.1)

E22649-02 ESAPI


Copyright © 2011, Oracle. All rights reserved.