Class IoTCentralException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.github.lucadruda.iotc.device.exceptions.IoTCentralException
- All Implemented Interfaces:
Serializable
public class IoTCentralException extends Exception
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description IoTCentralException()IoTCentralException(IOTC_CONNECTION_STATE connectionState)IoTCentralException(Exception ex)IoTCentralException(String message) -
Method Summary
Modifier and Type Method Description IOTC_CONNECTION_STATEgetConnectionState()Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
IoTCentralException
public IoTCentralException() -
IoTCentralException
-
IoTCentralException
-
IoTCentralException
-
-
Method Details
-
getConnectionState
- Returns:
- the connectionState
-