de.bsvrz.ars.ars.mgmt.datatree
Class DIdNodeNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.bsvrz.ars.ars.mgmt.datatree.DIdNodeNotFoundException
- All Implemented Interfaces:
- Serializable
public class DIdNodeNotFoundException
- extends Exception
Exception fuer Fehler im DataIdentTree.
- Author:
- beck et al. projects GmbH, Alexander Schmidt
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
DIdNodeNotFoundException
public DIdNodeNotFoundException(String msg)
- Erzeugt eine neue DataIdentException.
- Parameters:
msg
- Fehlermeldung
DIdNodeNotFoundException
public DIdNodeNotFoundException(String msg,
Throwable cause)
- Erzeugt eine neue DataIdentException.
- Parameters:
msg
- Fehlermeldungcause
- Ursache, null
ist erlaubt bei unbekannter Ursache
DIdNodeNotFoundException
public DIdNodeNotFoundException(Throwable cause)
- Erzeugt eine neue DataIdentException.
- Parameters:
cause
- Ursache, null
ist erlaubt bei unbekannter Ursache