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