oracle.ldap.util
Class NoSubscriberOrclctxException

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

public class NoSubscriberOrclctxException
extends UtilException

This exception is thrown when the search is enable to locate the Oracle Context within the subscriber

See Also:
Serialized Form

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

NoSubscriberOrclctxException

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

NoSubscriberOrclctxException

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