de.iai.ilcd.model.dao
Class MergeException

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

public class MergeException
extends java.lang.Exception

MergeException will be thrown if a merge operation will fail in a dao object

Author:
clemens.duepmeier
See Also:
Serialized Form

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

MergeException

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


MergeException

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

Parameters:
msg - the detail message.