Package tigase.xml.db

Class NodeNotFoundException

  • All Implemented Interfaces:
    java.io.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:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • NodeNotFoundException

        public NodeNotFoundException()
      • NodeNotFoundException

        public NodeNotFoundException​(java.lang.String message)
      • NodeNotFoundException

        public NodeNotFoundException​(java.lang.String message,
                                     java.lang.Throwable cause)
      • NodeNotFoundException

        public NodeNotFoundException​(java.lang.Throwable cause)