tigase.xml.db
Class XMLDBException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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$
Author:
Artur Hefczyc
See Also:
Serialized Form

Constructor Summary
XMLDBException()
           
XMLDBException(java.lang.String message)
           
XMLDBException(java.lang.String message, java.lang.Throwable cause)
           
XMLDBException(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

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.