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