tigase.xml.db
Class XMLDBException
java.lang.Object
java.lang.Throwable
java.lang.Exception
tigase.xml.db.XMLDBException
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- NodeExistsException, NodeNotFoundException
public class XMLDBException
- extends java.lang.Exception
This is parrent exception for all data base related exceptions. It is not
directly thrown. They are a few descendants implementations which are thrown
in some particular cases.
Created: Thu Nov 11 20:49:08 2004
- Version:
- $Rev: 357 $
- 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 |
XMLDBException
public XMLDBException()
XMLDBException
public XMLDBException(java.lang.String message)
XMLDBException
public XMLDBException(java.lang.String message,
java.lang.Throwable cause)
XMLDBException
public XMLDBException(java.lang.Throwable cause)
Copyright © 2001-2006 Tigase Developers Team. All rights Reserved.