oracle.ldap.util
Class NoSuchUserException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--oracle.ldap.util.UtilException
|
+--oracle.ldap.util.NoSuchUserException
- All Implemented Interfaces:
- java.io.Serializable
- public class NoSuchUserException
- extends UtilException
This exception is thrown when the User object cannot be resolved
because the user does not exist under the user search base of the
specified subscriber
- See Also:
- Serialized Form
Constructor Summary |
NoSuchUserException()
Constructs a NoSuchUserException with no detail
message. |
NoSuchUserException(java.lang.String s)
Constructs a NoSuchUserException 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 |
NoSuchUserException
public NoSuchUserException()
- Constructs a
NoSuchUserException
with no detail
message.
NoSuchUserException
public NoSuchUserException(java.lang.String s)
- Constructs a
NoSuchUserException
with the
specified detail message.
- Parameters:
s
- the detail message.