org.apache.xindice.core.filer
Class FilerException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--org.apache.xindice.util.XindiceException
|
+--org.apache.xindice.core.DBException
|
+--org.apache.xindice.core.filer.FilerException
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- BTreeException
- public class FilerException
- extends DBException
A FilerException is thrown by a Filer if an exception occurs
in the managing of the Filer.
- Version:
- CVS $Revision: 1.6 $, $Date: 2004/02/08 02:49:45 $
- 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 |
FilerException
public FilerException(int faultCode)
FilerException
public FilerException(int faultCode,
java.lang.String message)
FilerException
public FilerException(int faultCode,
java.lang.String message,
java.lang.Throwable cause)
Copyright (c) 1999-2004 The Apache Software Foundation. All Rights Reserved.