public class IndexException
extends java.lang.Exception
Allgemeine Exception für Index Fehler. Alle anderen Exceptions leiten sich von dieser Klasse ab.
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
Constructor and Description |
---|
IndexException(java.lang.Exception e)
IndexException mit Ursache-Exception
|
IndexException(java.lang.String msg)
IndexException mit Fehlermeldung
|
IndexException(java.lang.String message,
java.lang.Throwable cause) |
private static final long serialVersionUID
public IndexException(java.lang.String msg)
IndexException mit Fehlermeldung
msg
- Fehlermeldungpublic IndexException(java.lang.Exception e)
IndexException mit Ursache-Exception
e
- ausloesende Exceptionpublic IndexException(java.lang.String message, java.lang.Throwable cause)