com.im.df.api 5.9

com.im.df.api.support
Class DataModificationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.im.df.api.support.DataModificationException
All Implemented Interfaces:
Serializable

public class DataModificationException
extends Exception

See Also:
Serialized Form

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

DataModificationException

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


DataModificationException

public DataModificationException(String msg)
Constructs an instance of DFUpdateException with the specified detail message.

Parameters:
msg - The detail message.

DataModificationException

public DataModificationException(String msg,
                                 Throwable tw)

com.im.df.api 5.9