Skip navigation links

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

E14650-04


oracle.security.jps.service.policystore
Class PolicyStoreConnectivityException

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

All Implemented Interfaces:
java.io.Serializable, Localizable

public class PolicyStoreConnectivityException
extends PolicyStoreException

This exception is thrown when an underlying connectivity issue happens. The caller may retry the calling since the connectivity may be recovered in a short time.

See Also:
Serialized Form

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

PolicyStoreConnectivityException

public PolicyStoreConnectivityException()
The empty constructor

PolicyStoreConnectivityException

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

PolicyStoreConnectivityException

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

PolicyStoreConnectivityException

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

PolicyStoreConnectivityException

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

PolicyStoreConnectivityException

public PolicyStoreConnectivityException(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 Java API Reference for Oracle Platform Security Services
11g Release 1 (11.1.1)

E14650-04


Copyright © 2011, Oracle. All rights reserved.