public class DIdNodeNotFoundException extends Exception
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
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, toString
private static final long serialVersionUID
public 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