Class NoSuchEntryException

  • All Implemented Interfaces:
    SWIG_DSAPIConstants, java.io.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:
    Serialized Form
    • Constructor Detail

      • 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​(java.lang.String message)