public class DIdNodeNotFoundException extends Exception
| Constructor and Description |
|---|
DIdNodeNotFoundException(String msg)
Erzeugt eine neue DataIdentException.
|
DIdNodeNotFoundException(String msg,
Throwable cause)
Erzeugt eine neue DataIdentException.
|
DIdNodeNotFoundException(Throwable cause)
Erzeugt eine neue DataIdentException.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic DIdNodeNotFoundException(String msg)
msg - Fehlermeldungpublic DIdNodeNotFoundException(String msg, Throwable cause)
msg - Fehlermeldungcause - Ursache, null ist erlaubt bei unbekannter Ursachepublic DIdNodeNotFoundException(Throwable cause)
cause - Ursache, null ist erlaubt bei unbekannter Ursache