cnrg.itx.ds
Class RecordNotFoundException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--cnrg.itx.ITXException
                    |
                    +--cnrg.itx.ds.DirectoryServiceException
                          |
                          +--cnrg.itx.ds.RecordNotFoundException

public class RecordNotFoundException
extends DirectoryServiceException

This class represents a record-not-found exception thrown by the directory service.

See Also:
Serialized Form

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

RecordNotFoundException

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