Skip navigation links

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

E14650-03


oracle.security.jps.service.policystore
Class PolicyStoreRuntimeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by oracle.security.jps.JpsLocalizableRuntimeException
                  extended by oracle.security.jps.JpsRuntimeException
                      extended by oracle.security.jps.service.policystore.PolicyStoreRuntimeException

All Implemented Interfaces:
java.io.Serializable, Localizable

public class PolicyStoreRuntimeException
extends JpsRuntimeException

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

See Also:
Serialized Form

Constructor Summary
PolicyStoreRuntimeException()
          The empty constructor
PolicyStoreRuntimeException(JpsBundleType bundleType, java.lang.String errorCode)
          The constructor takes bundle type and error code.
PolicyStoreRuntimeException(JpsBundleType bundleType, java.lang.String errorCode, java.lang.Object[] parameters)
          The constructor takes bundle type, error code and parameters.
PolicyStoreRuntimeException(java.lang.String msg)
          The constructor takes the message
PolicyStoreRuntimeException(java.lang.String msg, java.lang.Throwable cause)
          The constructor takes the message and the cause
PolicyStoreRuntimeException(java.lang.Throwable cause)
          The constructor takes the cause

 

Method Summary

 

Methods inherited from class oracle.security.jps.JpsLocalizableRuntimeException
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

PolicyStoreRuntimeException

public PolicyStoreRuntimeException()
The empty constructor

PolicyStoreRuntimeException

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

PolicyStoreRuntimeException

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

PolicyStoreRuntimeException

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

PolicyStoreRuntimeException

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

PolicyStoreRuntimeException

public PolicyStoreRuntimeException(JpsBundleType bundleType,
                                   java.lang.String errorCode,
                                   java.lang.Object[] parameters)
The constructor takes bundle type, error code and parameters.
Parameters:
bundleType - bundle type
errorCode - error code
parameters - parameters

Skip navigation links

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

E14650-03


Copyright © 2010, Oracle. All rights reserved.