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