Xindice API
version 1.2m1

org.apache.xindice.util
Class XindiceException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.apache.xindice.util.XindiceException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
DBException, ReadOnlyException

public class XindiceException
extends Exception

A XindiceException is the base class for all Xindice related Exceptions.

Version:
$Revision: 564998 $, $Date: 2007-08-11 22:51:49 -0400 (Sat, 11 Aug 2007) $
See Also:
Serialized Form

Constructor Summary
XindiceException()
           
XindiceException(String message)
           
XindiceException(String message, Throwable cause)
           
XindiceException(Throwable cause)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, 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

XindiceException

public XindiceException()

XindiceException

public XindiceException(String message)

XindiceException

public XindiceException(Throwable cause)

XindiceException

public XindiceException(String message,
                        Throwable cause)

Xindice API
version 1.2m1

Copyright (c) 1999-2007 The Apache Software Foundation. All Rights Reserved.