Class DeleteAttributeException

All Implemented Interfaces:
SWIG_DSAPIConstants, Serializable

public class DeleteAttributeException extends DSAPIException
An exception thrown when applying a ModifyEntry to an Entry in the case that a DeleteAttribute specifies deletion of an attribute-value which is not present in the target Entry. The resulting Entry created by continuing with the operation and ignoring the deletion failures is attached.
Author:
jp
See Also:
  • Constructor Details

    • DeleteAttributeException

      public DeleteAttributeException(String message, Entry entry)
      Create a new DeleteAttributeException for the given message and given results Entry.
  • Method Details

    • getResult

      public Entry getResult()
      Fetch the result of the apply-changes operation that results from ignoring all the delete-failures.