Class NoSuchEntryException

All Implemented Interfaces:
SWIG_DSAPIConstants, Serializable

public class NoSuchEntryException extends IndicationException
Thrown when an attempt is made to perform an operation on a non-existent entry in the directory. at the DSAPI layer
Author:
nh
See Also:
  • Constructor Details

    • NoSuchEntryException

      protected NoSuchEntryException(Indication ind, int nativeErrorCode)
      Called by JNI to create a new object
      Parameters:
      ind - the Indication that relates to this exception
      nativeErrorCode - a value returned from the underlying native code which may be useful in determining the cause of the problem
    • NoSuchEntryException

      public NoSuchEntryException(String message)