public class DIdNodeNotFoundException
extends java.lang.Exception
Exception für Fehler im DataIdentTree.
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
Constructor and Description |
---|
DIdNodeNotFoundException(java.lang.String msg)
Erzeugt eine neue DataIdentException.
|
DIdNodeNotFoundException(java.lang.String msg,
java.lang.Throwable cause)
Erzeugt eine neue DataIdentException.
|
DIdNodeNotFoundException(java.lang.Throwable cause)
Erzeugt eine neue DataIdentException.
|
private static final long serialVersionUID
public DIdNodeNotFoundException(java.lang.String msg)
Erzeugt eine neue DataIdentException.
msg
- Fehlermeldungpublic DIdNodeNotFoundException(java.lang.String msg, java.lang.Throwable cause)
Erzeugt eine neue DataIdentException.
msg
- Fehlermeldungcause
- Ursache, null
ist erlaubt bei unbekannter Ursachepublic DIdNodeNotFoundException(java.lang.Throwable cause)
Erzeugt eine neue DataIdentException.
cause
- Ursache, null
ist erlaubt bei unbekannter Ursache