Class PlcProtocolTimeoutException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.plc4x.java.api.exceptions.PlcException
-
- org.apache.plc4x.java.api.exceptions.PlcProtocolException
-
- org.apache.plc4x.java.api.exceptions.PlcProtocolTimeoutException
-
- All Implemented Interfaces:
Serializable
public class PlcProtocolTimeoutException extends PlcProtocolException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PlcProtocolTimeoutException(String message)
PlcProtocolTimeoutException(String message, Throwable cause)
PlcProtocolTimeoutException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
PlcProtocolTimeoutException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-