Package tigase.xml.db

Class 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
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, 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)