tigase.xml.db
Class NodeNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by tigase.xml.db.XMLDBException
              extended by tigase.xml.db.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

Constructor Summary
NodeNotFoundException()
           
NodeNotFoundException(java.lang.String message)
           
NodeNotFoundException(java.lang.String message, java.lang.Throwable cause)
           
NodeNotFoundException(java.lang.Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, 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)


Copyright © 2001-2006 Tigase Developers Team. All rights Reserved.