Package tigase.xml.db

Class NodeExistsException

All Implemented Interfaces:
Serializable

public class NodeExistsException extends XMLDBException
This exception is thrown when user tries to add subnode with name which already exists in data base. Data base implementation requires that all nodes have unique names thus adding multiple nodes with the same name is not permitted.

Created: Thu Nov 11 20:52:34 2004

Version:
$Rev$
Author:
Artur Hefczyc
See Also:
  • Constructor Details

    • NodeExistsException

      public NodeExistsException()
    • NodeExistsException

      public NodeExistsException(String message)
    • NodeExistsException

      public NodeExistsException(String message, Throwable cause)
    • NodeExistsException

      public NodeExistsException(Throwable cause)