Package tigase.xml.db

Class XMLDBException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
NodeExistsException, NodeNotFoundException

public class XMLDBException extends 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:
  • Constructor Details

    • XMLDBException

      public XMLDBException()
    • XMLDBException

      public XMLDBException(String message)
    • XMLDBException

      public XMLDBException(String message, Throwable cause)
    • XMLDBException

      public XMLDBException(Throwable cause)