cnrg.itx.ds
Class DirectoryServiceException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--cnrg.itx.ITXException
                    |
                    +--cnrg.itx.ds.DirectoryServiceException
Direct Known Subclasses:
AccessDeniedException, AuthenticationException, RecordAlreadyExistsException, RecordNotFoundException

public class DirectoryServiceException
extends cnrg.itx.ITXException

This base class represents an exception thrown by the directory service.

See Also:
Serialized Form

Fields inherited from class java.lang.Throwable
backtrace, detailMessage, serialVersionUID
 
Constructor Summary
DirectoryServiceException(java.lang.String msg)
          Constructor
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, printStackTrace0, toString
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Constructor Detail

DirectoryServiceException

public DirectoryServiceException(java.lang.String msg)
Constructor
Parameters:
msg - string explaining the cause of exception