Class SinkException

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

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

    • SinkException

      public SinkException(String message, Throwable cause)
    • SinkException

      public SinkException(Throwable cause)
    • SinkException

      public SinkException(String message)