info.informatica.data
Class DataException
java.lang.Object
java.lang.Throwable
java.lang.Exception
info.informatica.data.DataException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- DataFieldException, DatasetException, DataViewException, MetadataException, SQLSyntaxException
public class DataException
- extends Exception
Data Exception.
- Version:
- 1.01
- Author:
- amengual at informatica dot info
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
DataException
public DataException()
DataException
public DataException(String message)
DataException
public DataException(Throwable cause)
DataException
public DataException(String message,
Throwable cause)