oracle.ldap.util
Class UtilException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--oracle.ldap.util.UtilException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
AcctIPLockedException, AcctTotallyLockedException, AuthFailureException, AuthPasswdChangeWarningException, AuthPasswdExpiredException, GeneralErrorException, InvalidRootOrclctxException, InvalidSubscriberOrclctxException, LoginPolicyFailureException, MultipleSubscriberException, MultipleUserException, NoGroupMembersException, NoRootOrclctxException, NoSubscriberOrclctxException, NoSuchGroupException, NoSuchSubscriberException, NoSuchUserException, ParameterException, PasswdExpiredException, SetPropertiesException, SubscriberNotFoundException

public class UtilException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
UtilException()
           
UtilException(java.lang.String s)
           
 
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

UtilException

public UtilException()

UtilException

public UtilException(java.lang.String s)