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