Skip navigation links

OracleVirtual Directory Java API Reference
11g Release 1 (11.1.1)

E10688-02


com.octetstring.vde.util
Class DirectorySchemaViolation

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.octetstring.vde.util.DirectoryException
              extended by com.octetstring.vde.util.DirectorySchemaViolation

All Implemented Interfaces:
java.io.Serializable

public class DirectorySchemaViolation
extends DirectoryException

Exception thrown when someone attempts to add or update an entry that does not conform to the defined LDAP schema.

See Also:
Serialized Form

Constructor Summary
DirectorySchemaViolation()
           
DirectorySchemaViolation(java.lang.String s)
           

 

Method Summary

 

Methods inherited from class com.octetstring.vde.util.DirectoryException
getLDAPErrorCode, setLDAPErrorCode

 

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

DirectorySchemaViolation

public DirectorySchemaViolation()

DirectorySchemaViolation

public DirectorySchemaViolation(java.lang.String s)

Skip navigation links

OracleVirtual Directory Java API Reference
11g Release 1 (11.1.1)

E10688-02


Copyright © 2000-2009 Oracle. All Rights Reserved.