oracle.ldap.util
Class SetPropertiesException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--oracle.ldap.util.UtilException
                    |
                    +--oracle.ldap.util.SetPropertiesException
All Implemented Interfaces:
java.io.Serializable

public class SetPropertiesException
extends UtilException

This exception is thrown when modification cannot be carried out while using setProperties() method

See Also:
Serialized Form

Constructor Summary
SetPropertiesException()
          Constructs a SetPropertiesException with no detail message.
SetPropertiesException(java.lang.String s)
          Constructs a SetPropertiesException with the specified detail message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SetPropertiesException

public SetPropertiesException()
Constructs a SetPropertiesException with no detail message.

SetPropertiesException

public SetPropertiesException(java.lang.String s)
Constructs a SetPropertiesException with the specified detail message.
Parameters:
s - the detail message.