Package edu.ie3.datamodel.exceptions
Class ConnectorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
edu.ie3.datamodel.exceptions.ConnectorException
- All Implemented Interfaces:
Serializable
Exception that should be used whenever something invalid happens in a implementation of a
DataConnector
- Since:
- 20.03.20
- See Also:
-
Constructor Summary
ConstructorDescriptionConnectorException
(String message) ConnectorException
(String message, Throwable cause) ConnectorException
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ConnectorException
-
ConnectorException
-
ConnectorException
-