Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Platform Security Services
11g Release 1 (11.1.1.1)

E14650-02


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.JpsException
              extended by oracle.security.jps.service.policystore.PolicyStoreException

All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ApplicationRoleInUseException, InvalidArgumentException, PolicyObjectAlreadyExistsException, PolicyObjectNotFoundException, PolicyStoreConfigException, 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(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 java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, 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 -

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Platform Security Services
11g Release 1 (11.1.1.1)

E14650-02


Copyright © 2009, Oracle. All rights reserved.