com.im.df.api.support
Class DataModificationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.im.df.api.support.DataModificationException
- All Implemented Interfaces:
- Serializable
public class DataModificationException
- extends Exception
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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)