Oracle Internet Directory API Reference
10g(10.1.2)

B14083-02


oracle.idm.provisioning
Class ProvisioningException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byoracle.ldap.util.UtilException
              extended byoracle.idm.provisioning.ProvisioningException

All Implemented Interfaces:
java.io.Serializable

public class ProvisioningException
extends UtilException

A General purpose provisioning exception which is the superclass for all the exceptions thrown by the Provisoning related operations.

See Also:
Serialized Form

Constructor Summary
ProvisioningException(java.lang.String explanation)
Constructs a new Provisioning Exception with the specified reason.

Methods inherited from class oracle.ldap.util.UtilException
getLDAPErrorCode, getLDAPErrorCode, getPasswordPolicyErrorCode, hasLDAPErrorCode, hasPasswordPolicyError, isNamingException, returnNamingException

Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait

Constructor Detail

ProvisioningException

public ProvisioningException(java.lang.String explanation)
Constructs a new Provisioning Exception with the specified reason.
Parameters:
explanation - - A possibly null string containing additional detail about this exception.

Oracle Internet Directory API Reference
10g(10.1.2)

B14083-02


Copyright © 2005, Oracle. All Rights Reserved.