|
Oracle Fusion Middleware Extensibility Java API Reference for Oracle Access Management Access Manager 11g Release 2 (11.1.2) E27137-01 |
|||||||||
| 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.am.engines.common.identity.provider.exceptions.IdentityProviderException
public class IdentityProviderException
If an error occurs User Identity Provider will throw an exception of type IdentityProviderException.
| Nested Class Summary | |
|---|---|
static class |
IdentityProviderException.ERROR_CODES |
| Field Summary | |
|---|---|
protected static java.lang.String |
COMPONENT_BUNDLE_CLASSChild top-level component exceptions may need to redeclare this if using a nonstandard bundle class name (don't do that). |
| Constructor Summary | |
|---|---|
IdentityProviderException()Constructs a default exception. |
|
IdentityProviderException(IdentityProviderException.ERROR_CODES code, java.lang.Throwable cause)Constructs a new exception with the specified message ID and cause. |
|
IdentityProviderException(oracle.security.idm.IMException ime)Constructs exception along with setting primary error message |
|
IdentityProviderException(java.lang.String messageID)Constructs a new exception with the specified message ID. |
|
IdentityProviderException(java.lang.String messageID, oracle.security.idm.IMException ime)Constructs exception along with setting primary error message |
|
IdentityProviderException(java.lang.String messageID, oracle.security.idm.IMException ime, java.lang.Object[] params)Constructs exception along with setting primary error message |
|
IdentityProviderException(java.lang.String messageID, oracle.security.idm.IMException ime, java.lang.String userName, java.lang.String idstore) |
|
IdentityProviderException(java.lang.String messageID, java.lang.Object[] params)Constructs a new exception with the specified message ID and parameters. |
|
IdentityProviderException(java.lang.String messageID, java.lang.Throwable cause)Constructs a new exception with the specified message ID and cause. |
|
IdentityProviderException(java.lang.String messageID, java.lang.Throwable cause, java.lang.Object[] params)Constructs a new exception with passed message ID, cause, and parameters. |
|
IdentityProviderException(java.lang.Throwable cause)Constructs a new exception with the specified cause. |
|
| Method Summary | |
|---|---|
void |
extractAndSetNativeErrorCode(java.lang.String userName, long start, long dStart, oracle.security.idm.IMException ex) |
void |
extractAndSetNativeErrorCodeForPswdChange(java.lang.String userName, long start, long dStart, oracle.security.idm.IMException ex) |
java.lang.String |
getBundleName()Returns the class name of the ResourceBundle holding messages for this component. |
IdentityProviderException.ERROR_CODES |
getErrorCode() |
java.lang.String |
getMessage()Returns the detail message string associated with the message ID for the current locale. |
java.lang.String |
getMessage(java.util.Locale locale)Returns the detail message string associated with the message ID for the requested locale, if available. |
java.lang.String |
getMessageID()Returns the message ID that was passed in on creation, if any. |
java.lang.String |
getPrimaryErrorCode() |
void |
setErrorcode(IdentityProviderException.ERROR_CODES e)Getter and Setter for error codes |
void |
setPrimaryErrorCode(java.lang.String primaryErrorCode) |
java.lang.String |
toString()In addition, the message ID is included as a separate field from the message itself if those are distinct. |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected static final java.lang.String COMPONENT_BUNDLE_CLASS
getBundleName(), Constant Field Values| Constructor Detail |
|---|
public IdentityProviderException()
public IdentityProviderException(java.lang.String messageID)
public IdentityProviderException(java.lang.String messageID,
java.lang.Object[] params)
public IdentityProviderException(IdentityProviderException.ERROR_CODES code,
java.lang.Throwable cause)
public IdentityProviderException(java.lang.String messageID,
java.lang.Throwable cause)
public IdentityProviderException(java.lang.String messageID,
oracle.security.idm.IMException ime)
messageID -ime -
public IdentityProviderException(java.lang.String messageID,
java.lang.Throwable cause,
java.lang.Object[] params)
public IdentityProviderException(java.lang.String messageID,
oracle.security.idm.IMException ime,
java.lang.Object[] params)
messageID -ime -params -
public IdentityProviderException(java.lang.String messageID,
oracle.security.idm.IMException ime,
java.lang.String userName,
java.lang.String idstore)
public IdentityProviderException(java.lang.Throwable cause)
public IdentityProviderException(oracle.security.idm.IMException ime)
ime -| Method Detail |
|---|
public void setErrorcode(IdentityProviderException.ERROR_CODES e)
public IdentityProviderException.ERROR_CODES getErrorCode()
public java.lang.String getMessageID()
public java.lang.String getMessage()
getMessage in class java.lang.Throwablepublic java.lang.String getMessage(java.util.Locale locale)
public java.lang.String getBundleName()
public java.lang.String toString()
toString in class java.lang.Throwablepublic java.lang.String getPrimaryErrorCode()
public void setPrimaryErrorCode(java.lang.String primaryErrorCode)
primaryErrorCode - the primaryErrorCode to set
public void extractAndSetNativeErrorCode(java.lang.String userName,
long start,
long dStart,
oracle.security.idm.IMException ex)
public void extractAndSetNativeErrorCodeForPswdChange(java.lang.String userName,
long start,
long dStart,
oracle.security.idm.IMException ex)
|
Oracle Fusion Middleware Extensibility Java API Reference for Oracle Access Management Access Manager 11g Release 2 (11.1.2) E27137-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright © 2012, Oracle Corp. All Rights Reserved.