Class PlcProtocolException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.plc4x.java.api.exceptions.PlcException
-
- org.apache.plc4x.java.api.exceptions.PlcProtocolException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
PlcProtocolPayloadTooBigException
,PlcProtocolTimeoutException
public class PlcProtocolException extends PlcException
Base exception for all protocol related exceptions. This is usually if the messages themselves are malformed, contain incorrect information or any other problems occur which are related to the protocol being implemented.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PlcProtocolException(String message)
PlcProtocolException(String message, Throwable cause)
PlcProtocolException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
PlcProtocolException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-