|
Oracle Fusion Middleware Java API Reference for Oracle Platform Security Services 11g Release 1 (11.1.1) E14650-06 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
java.lang.Throwable
java.lang.Exception
oracle.security.jps.JpsLocalizableException
oracle.security.jps.JpsException
oracle.security.jps.service.policystore.PolicyStoreException
oracle.security.jps.service.policystore.ExternalPolicyObjectException
public class ExternalPolicyObjectException
| 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 |
|---|
public ExternalPolicyObjectException()
public ExternalPolicyObjectException(java.lang.String msg)
msg - the message
public ExternalPolicyObjectException(java.lang.String msg,
java.lang.Throwable cause)
msg - the messagecause - the causepublic ExternalPolicyObjectException(java.lang.Throwable cause)
cause - the cause
|
Oracle Fusion Middleware Java API Reference for Oracle Platform Security Services 11g Release 1 (11.1.1) E14650-06 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||