de.iai.ilcd.model.dao
Class PersistException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by de.iai.ilcd.model.dao.PersistException
All Implemented Interfaces:
java.io.Serializable

public class PersistException
extends java.lang.Exception

PersistException will be thrown if a dao persist operation will fail

Author:
clemens.duepmeier
See Also:
Serialized Form

Constructor Summary
PersistException()
          Creates a new instance of PersistException without detail message.
PersistException(java.lang.String msg)
          Constructs an instance of PersistException with the specified detail message.
PersistException(java.lang.String msg, java.lang.Throwable e)
           
 
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

PersistException

public PersistException()
Creates a new instance of PersistException without detail message.


PersistException

public PersistException(java.lang.String msg)
Constructs an instance of PersistException with the specified detail message.

Parameters:
msg - the detail message.

PersistException

public PersistException(java.lang.String msg,
                        java.lang.Throwable e)