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 ExternalPolicyObjectException

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

All Implemented Interfaces:
java.io.Serializable, Localizable

public class ExternalPolicyObjectException
extends PolicyStoreException
Since:
release specific (what release of product did this appear in)
Version:
$Header: jazn/jps/src/jps-api/oracle/security/jps/service/policystore/ExternalPolicyObjectException.java /main/1 2010/02/25 00:43:13 svepa Exp $
Author:
dhgoswam
See Also:
Serialized Form

Constructor Summary
ExternalPolicyObjectException()
          The empty constructor
ExternalPolicyObjectException(java.lang.String msg)
          The constructor takes the message
ExternalPolicyObjectException(java.lang.String msg, java.lang.Throwable cause)
          The constructor takes the message and the cause
ExternalPolicyObjectException(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

ExternalPolicyObjectException

public ExternalPolicyObjectException()
The empty constructor

ExternalPolicyObjectException

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

ExternalPolicyObjectException

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

ExternalPolicyObjectException

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

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.