Package tigase.xml.db

Class NodeNotFoundException

All Implemented Interfaces:
Serializable

public class NodeNotFoundException extends XMLDBException
Exception is thrown when user tries to access non-existen node on 1st level. All subnodes on lower higher levels are automatically created when required apart from nodes on 1st level. Nodes on 1st level have special maining. They act in similar way as tables in relational data bases.

Created: Thu Nov 11 20:51:20 2004

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

    • NodeNotFoundException

      public NodeNotFoundException()
    • NodeNotFoundException

      public NodeNotFoundException(String message)
    • NodeNotFoundException

      public NodeNotFoundException(String message, Throwable cause)
    • NodeNotFoundException

      public NodeNotFoundException(Throwable cause)