Package org.apache.nemo.common.exception
Class DataSourceException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.nemo.common.exception.DataSourceException
-
- All Implemented Interfaces:
java.io.Serializable
public final class DataSourceException extends java.lang.RuntimeException
DataSourceException Thrown when any exception occurs in data sources. ex. processing data from file systems.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DataSourceException(java.lang.Throwable throwable)
DataSourceException.
-