oracle.ldap.util
Class NoRootOrclctxException

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

public class NoRootOrclctxException
extends UtilException

This exception is thrown if the Root Oracle Context does not exist.

See Also:
Serialized Form

Constructor Summary
NoRootOrclctxException()
          Constructs a NoRootOrclctxException with no detail message.
NoRootOrclctxException(java.lang.String s)
          Constructs a NoRootOrclctxException 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

NoRootOrclctxException

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

NoRootOrclctxException

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