Class 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.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, 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​(java.lang.Throwable throwable)
        DataSourceException.
        Parameters:
        throwable - the throwable to throw.