Skip navigation links

Oracle Fusion Middleware User Provisioning Plug-in Java API Reference for Oracle Access Management Identity Federation
11g Release 2 (11.1.2)

E35911-01


oracle.security.fed.plugins.fed.provisioning
Class UserProvisioningException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by oracle.security.fed.plugins.fed.provisioning.UserProvisioningException

All Implemented Interfaces:
java.io.Serializable

public class UserProvisioningException
extends java.lang.RuntimeException
See Also:
Serialized Form

Constructor Summary
UserProvisioningException(java.lang.String key)
          Create Exception.
UserProvisioningException(java.lang.String messageId, java.lang.Object[] params)
          Constructs a new exception with the specified message ID and parameters.
UserProvisioningException(java.lang.String key, java.lang.Throwable t)
          Create Exception.
UserProvisioningException(java.lang.String messageId, java.lang.Throwable cause, java.lang.Object[] params)
          Constructs a new exception with passed message ID, cause, and parameters.
UserProvisioningException(java.lang.Throwable t)
          Create Exception.

 

Method Summary
 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 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

 

Constructor Detail

UserProvisioningException

public UserProvisioningException(java.lang.String key)
Create Exception.
Parameters:
key - the key

UserProvisioningException

public UserProvisioningException(java.lang.String key,
                                 java.lang.Throwable t)
Create Exception.
Parameters:
key - the key
t - the t

UserProvisioningException

public UserProvisioningException(java.lang.Throwable t)
Create Exception.
Parameters:
t - the t

UserProvisioningException

public UserProvisioningException(java.lang.String messageId,
                                 java.lang.Object[] params)
Constructs a new exception with the specified message ID and parameters.
Parameters:
messageId -
params -

UserProvisioningException

public UserProvisioningException(java.lang.String messageId,
                                 java.lang.Throwable cause,
                                 java.lang.Object[] params)
Constructs a new exception with passed message ID, cause, and parameters.
Parameters:
messageId -
cause -
params -

Method Detail

getMessageId

public java.lang.String getMessageId()
Returns the message ID that was passed in on creation, if any.
Returns:

getMessage

public java.lang.String getMessage()
Returns the detail message string associated with the message ID for the current locale. If not found, the message ID itself is returned.
Overrides:
getMessage in class java.lang.Throwable

getMessage

public java.lang.String getMessage(java.util.Locale locale)
Returns the detail message string associated with the message ID for the requested locale, if available. If not found, the message ID itself is returned, or null if unset.

toString

public java.lang.String toString()
In addition, the message ID is included as a separate field from the message itself if those are distinct.
Overrides:
toString in class java.lang.Throwable

Skip navigation links

Oracle Fusion Middleware User Provisioning Plug-in Java API Reference for Oracle Access Management Identity Federation
11g Release 2 (11.1.2)

E35911-01


Copyright © 2012, Oracle and/or its affiliates. All rights reserved.