Xindice API
version 1.2m1

org.apache.xindice.util
Class XindiceRuntimeException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.apache.xindice.util.XindiceRuntimeException
All Implemented Interfaces:
Serializable

public class XindiceRuntimeException
extends RuntimeException

A XindiceRuntimeException is the base class for all Xindice related RuntimeExceptions.

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

Constructor Summary
XindiceRuntimeException()
           
XindiceRuntimeException(String message)
           
XindiceRuntimeException(String message, Throwable cause)
           
XindiceRuntimeException(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

XindiceRuntimeException

public XindiceRuntimeException()

XindiceRuntimeException

public XindiceRuntimeException(String message)

XindiceRuntimeException

public XindiceRuntimeException(Throwable cause)

XindiceRuntimeException

public XindiceRuntimeException(String message,
                               Throwable cause)

Xindice API
version 1.2m1

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