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