Skip navigation links

Oracle Virtual Directory Java API Reference
11g Release 1 (11.1.1)

E10688-03


com.octetstring.vde.util
Class InvalidDNException

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.InvalidDNException

All Implemented Interfaces:
java.io.Serializable

public class InvalidDNException
extends DirectoryException

Exception Thrown when the Distinguished Name is Invalid

See Also:
Serialized Form

Constructor Summary
InvalidDNException()
          InvalidDNException constructor comment.
InvalidDNException(java.lang.String s)
          InvalidDNException constructor comment.

 

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

InvalidDNException

public InvalidDNException()
InvalidDNException constructor comment.

InvalidDNException

public InvalidDNException(java.lang.String s)
InvalidDNException constructor comment.
Parameters:
s - java.lang.String

Skip navigation links

Oracle Virtual Directory Java API Reference
11g Release 1 (11.1.1)

E10688-03


Copyright © 2000-2010 Oracle and/or its affiliates. All Rights Reserved.