Class ConnectorException

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

public class ConnectorException extends Exception
Exception that should be used whenever something invalid happens in a implementation of a DataConnector
Since:
20.03.20
See Also:
  • Constructor Details

    • ConnectorException

      public ConnectorException(String message, Throwable cause)
    • ConnectorException

      public ConnectorException(Throwable cause)
    • ConnectorException

      public ConnectorException(String message)