Package tigase.xml.db
Class XMLDBException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- tigase.xml.db.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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description XMLDBException()XMLDBException(String message)XMLDBException(String message, Throwable cause)XMLDBException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-