de.bsvrz.ars.ars.persistence.index
Class IndexException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by de.bsvrz.ars.ars.persistence.index.IndexException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CorruptIndexException

public class IndexException
extends Exception

Allgemeine Exception für Index Fehler. Alle anderen Exceptions leiten sich von dieser Klasse ab.

Author:
beck et al. projects GmbH, Phil Schrettenbrunner
See Also:
Serialized Form

Constructor Summary
IndexException(Exception e)
          IndexException mit Ursache-Exception
IndexException(String msg)
          IndexException mit Fehlermeldung
IndexException(String message, Throwable cause)
           
 
Method Summary
 
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

IndexException

public IndexException(String msg)
IndexException mit Fehlermeldung

Parameters:
msg - Fehlermeldung

IndexException

public IndexException(Exception e)
IndexException mit Ursache-Exception

Parameters:
e - ausloesende Exception

IndexException

public IndexException(String message,
                      Throwable cause)