de.bsvrz.ars.ars.persistence
Class PersistenceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by de.bsvrz.ars.ars.persistence.PersistenceException
All Implemented Interfaces:
Serializable

public class PersistenceException
extends Exception

Exception fuer Fehler in der Persistenz.

Author:
beck et al. projects GmbH, Thomas Schaefer
See Also:
Serialized Form

Constructor Summary
PersistenceException(String msg)
          Erzeugt eine neue PersistenceException.
PersistenceException(String msg, Throwable cause)
          Erzeugt eine neue PersistenceException.
PersistenceException(Throwable cause)
          Erzeugt eine neue PersistenceException.
 
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

PersistenceException

public PersistenceException(String msg)
Erzeugt eine neue PersistenceException.

Parameters:
msg - Fehlermeldung

PersistenceException

public PersistenceException(String msg,
                            Throwable cause)
Erzeugt eine neue PersistenceException.

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

PersistenceException

public PersistenceException(Throwable cause)
Erzeugt eine neue PersistenceException.

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