public class DIdNodeNotFoundException
extends java.lang.Exception
Exception für Fehler im DataIdentTree.
| 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.
|
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