Package org.xmldb.common.xml.queries
Class XUpdateQueryConfigurationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.xmldb.common.xml.queries.XUpdateQueryConfigurationException
- All Implemented Interfaces:
Serializable
- Version:
- $Revision: 1.1 $ $Date: 2004/05/30 11:54:45 $
- Author:
- SMB
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs a newXUpdateProcesorConfigurationException
with no detail message.Constructs a newXUpdateQueryConfigurationException
with the given detail message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
XUpdateQueryConfigurationException
public XUpdateQueryConfigurationException()Constructs a newXUpdateProcesorConfigurationException
with no detail message. -
XUpdateQueryConfigurationException
Constructs a newXUpdateQueryConfigurationException
with the given detail message.
-