de.bsvrz.ars.ars.mgmt.datatree
Class DIdNodeNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Field Summary
private static long serialVersionUID
           
 
Constructor Summary
DIdNodeNotFoundException(String msg)
          Erzeugt eine neue DataIdentException.
DIdNodeNotFoundException(String msg, Throwable cause)
          Erzeugt eine neue DataIdentException.
DIdNodeNotFoundException(Throwable cause)
          Erzeugt eine neue DataIdentException.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

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 - Fehlermeldung
cause - 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