org.apache.xindice.core.meta.inline
Class InlineMetaException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--org.apache.xindice.util.XindiceException
|
+--org.apache.xindice.core.DBException
|
+--org.apache.xindice.core.meta.inline.InlineMetaException
- All Implemented Interfaces:
- java.io.Serializable
- public class InlineMetaException
- extends DBException
An InlineMetaException is thrown by inline metadata code if an exception occurs
in the managing of the metadata.
- Version:
- CVS $Revision: 1.4 $, $Date: 2004/02/08 02:50:37 $
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
InlineMetaException
public InlineMetaException(int faultCode)
InlineMetaException
public InlineMetaException(int faultCode,
java.lang.String message)
InlineMetaException
public InlineMetaException(int faultCode,
java.lang.String message,
java.lang.Throwable cause)
Copyright (c) 1999-2004 The Apache Software Foundation. All Rights Reserved.