Class DeleteAttributeException

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

      • DeleteAttributeException

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

      • getResult

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