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:
java.io.Serializable

public class DIdNodeNotFoundException
extends java.lang.Exception

Exception fuer Fehler im DataIdentTree.

Version:
$Revision: 1.1 $ / $Date: 2008/01/22 16:39:56 $ / ($Author: yvonnes $)
Author:
beck et al. projects GmbH, Alexander Schmidt
See Also:
Serialized Form

Constructor Summary
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.
 
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
 

Constructor Detail

DIdNodeNotFoundException

public DIdNodeNotFoundException(java.lang.String msg)
Erzeugt eine neue DataIdentException.

Parameters:
msg - Fehlermeldung

DIdNodeNotFoundException

public DIdNodeNotFoundException(java.lang.String msg,
                                java.lang.Throwable cause)
Erzeugt eine neue DataIdentException.

Parameters:
msg - Fehlermeldung
cause - Ursache, null ist erlaubt bei unbekannter Ursache

DIdNodeNotFoundException

public DIdNodeNotFoundException(java.lang.Throwable cause)
Erzeugt eine neue DataIdentException.

Parameters:
cause - Ursache, null ist erlaubt bei unbekannter Ursache


Copyright © 2005-2008 beck et al. projects GmbH All Rights Reserved.