Class IllegalDocumentModificationException

  • All Implemented Interfaces:
    Serializable

    public class IllegalDocumentModificationException
    extends DocumentException
    An exception to be thrown when a node cannot be removed normally because it does not exist or because it is not a leaf node.
    See Also:
    Serialized Form
    • Constructor Detail

      • IllegalDocumentModificationException

        public IllegalDocumentModificationException()
      • IllegalDocumentModificationException

        public IllegalDocumentModificationException​(String message)
      • IllegalDocumentModificationException

        public IllegalDocumentModificationException​(String message,
                                                    Throwable cause)
      • IllegalDocumentModificationException

        public IllegalDocumentModificationException​(Throwable cause)