Class SourceException

java.lang.Object
java.lang.Throwable
java.lang.Exception
edu.ie3.datamodel.exceptions.SourceException
All Implemented Interfaces:
Serializable

public class SourceException extends Exception
Exception that should be used whenever an error occurs in a instance of a DataSource
Since:
19.03.20
See Also:
  • Constructor Details

    • SourceException

      public SourceException(String message, Throwable cause)
    • SourceException

      public SourceException(Throwable cause)
    • SourceException

      public SourceException(String message)