oracle.ldap.util
Class InvalidRootOrclctxException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--oracle.ldap.util.UtilException
|
+--oracle.ldap.util.InvalidRootOrclctxException
- All Implemented Interfaces:
- java.io.Serializable
- public class InvalidRootOrclctxException
- extends UtilException
This exception will be thrown when an invalid root oracle context
is encountered while searching within the root oracle context
- See Also:
- Serialized Form
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 |
InvalidRootOrclctxException
public InvalidRootOrclctxException()
- Constructs a
InvalidRootOrclctxException
with no detail
message.
InvalidRootOrclctxException
public InvalidRootOrclctxException(java.lang.String s)
- Constructs a
InvalidRootOrclctxException
with the
specified detail message.
- Parameters:
s
- the detail message.