org.apache.hadoop.chukwa.extraction.engine.datasource
Class DataSourceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.hadoop.chukwa.extraction.engine.datasource.DataSourceException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
MalformedFileFormat

public class DataSourceException
extends Exception

See Also:
Serialized Form

Constructor Summary
DataSourceException()
           
DataSourceException(String message)
           
DataSourceException(String message, Throwable cause)
           
DataSourceException(Throwable cause)
           
 
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

DataSourceException

public DataSourceException()

DataSourceException

public DataSourceException(String message)

DataSourceException

public DataSourceException(Throwable cause)

DataSourceException

public DataSourceException(String message,
                           Throwable cause)


Copyright © ${year} The Apache Software Foundation