de.bsvrz.ars.ars.persistence.index
Class IndexException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
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)